diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-14 04:06:38 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-14 04:06:38 -0300 |
| commit | 5fb192e6120fe937684c2e9f83a9f6271971ad18 (patch) | |
| tree | bc0054d02a0bb5b9b152df8cc338ec76c3cb0f3a | |
| parent | 3e596376a7fae9fd585fac12e5122fd8f1b7ce14 (diff) | |
DB/Spell: fix second effect of Infusion of Light (3cbd4bc22f013e8a4ab593c6f0afd2654fed6a66 partial revert)
Should actually read the whole talent before touching spellmask qq
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_14_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_14_01_world_335.sql b/sql/updates/world/3.3.5/2016_10_14_01_world_335.sql new file mode 100644 index 00000000000..a1d10b8d9a8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_14_01_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellFamilyMask0`=`SpellFamilyMask0`|0x40000000, `HitMask`=0 WHERE `SpellId`=-53569; |
