Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit bea2975

Browse files
committed
Merge branch 'feature/trust' into canary
2 parents 810faf5 + 81a44b7 commit bea2975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/globals/spells/trust/shantotto_ii.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function onSpellCast(caster, target, spell)
1515
end
1616

1717
function onMobSpawn(mob)
18-
tpz.trust.message(mob, tpz.trust.message_offset.SPAWN)
18+
-- tpz.trust.message(mob, tpz.trust.message_offset.SPAWN)
1919

2020
mob:addSimpleGambit(ai.t.TARGET, ai.c.MB_AVAILABLE, 0, ai.r.MA, ai.s.MB_ELEMENT, tpz.magic.spellFamily.NONE)
2121
mob:addSimpleGambit(ai.t.TARGET, ai.c.NOT_SC_AVAILABLE, 0, ai.r.MA, ai.s.HIGHEST, tpz.magic.spellFamily.NONE, 30)
@@ -28,9 +28,9 @@ function onMobSpawn(mob)
2828
end
2929

3030
function onMobDespawn(mob)
31-
tpz.trust.message(mob, tpz.trust.message_offset.DESPAWN)
31+
-- tpz.trust.message(mob, tpz.trust.message_offset.DESPAWN)
3232
end
3333

3434
function onMobDeath(mob)
35-
tpz.trust.message(mob, tpz.trust.message_offset.DEATH)
35+
-- tpz.trust.message(mob, tpz.trust.message_offset.DEATH)
3636
end

0 commit comments

Comments
 (0)