diff options
| author | jon <1337 h4x0r@.(none)> | 2011-10-24 12:50:17 +0200 |
|---|---|---|
| committer | jon <1337 h4x0r@.(none)> | 2011-10-24 12:50:17 +0200 |
| commit | 159353c4e1ff060cae426a9e08ec53223047dc87 (patch) | |
| tree | 1348a149163a9182dbe8904eadad7720ec7e687a | |
| parent | aaf585aa4273c76c14bf3a7ccfbf3f23cdbd9866 (diff) | |
Fix Misery talent being activated by Mind Flay
| -rw-r--r-- | sql/updates/world/2011_10_24_00_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql b/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..32fb23ddbee --- /dev/null +++ b/sql/updates/world/2011_10_24_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask2`=64 WHERE `entry`=33193;
\ No newline at end of file |
