diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-12-30 16:17:01 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-12-30 16:17:01 -0300 |
commit | 3f7d771da50eea2a0633c3e2b5eeb3d354410b72 (patch) | |
tree | a201f5a160036d6356861ea68f3e35a3aa2b5242 | |
parent | ee6d1d02c09941e44ff76ed240770f1102f14267 (diff) |
DB/Spell: Glyph of Totem of Wrath proc
by Eliminationzx
Closes #18514
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_30_08_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_30_08_world_335.sql b/sql/updates/world/3.3.5/2016_12_30_08_world_335.sql new file mode 100644 index 00000000000..d3cc87162b0 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_30_08_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x1 WHERE `SpellId`=63280; |