DB/Spell: move Honor Among Thieves proc to finish phase

Closes #18258
This commit is contained in:
ariel-
2016-12-15 11:26:57 -03:00
parent a7e136f9e3
commit 2dbda3dc7e

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellPhaseMask`=0x4 WHERE `SpellId` IN (51698,51700,51701);