diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-12-15 11:26:57 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-12-15 11:26:57 -0300 |
commit | 2dbda3dc7e6d7055af4a3d4b260aac96df67b273 (patch) | |
tree | 34593473f76967d1782164e329da56d803a36e6f | |
parent | a7e136f9e31e847cab1ac6fd8ab9a515aacce5a6 (diff) |
DB/Spell: move Honor Among Thieves proc to finish phase
Closes #18258
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_15_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_15_01_world_335.sql b/sql/updates/world/3.3.5/2016_12_15_01_world_335.sql new file mode 100644 index 00000000000..4f116eb1ef8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_15_01_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x4 WHERE `SpellId` IN (51698,51700,51701); |