diff options
| author | runningnak3d <none@none> | 2008-11-14 11:46:44 -0600 |
|---|---|---|
| committer | runningnak3d <none@none> | 2008-11-14 11:46:44 -0600 |
| commit | 53a7b53e7a862ac11f0d8a885a29f38e37f94861 (patch) | |
| tree | 73aab3beb21736718a49e935e10a6b4e25e5001d | |
| parent | 80cc6cf02db0dcae0050c6d4812f4d024b2bb6c6 (diff) | |
[svn] * Fixed SchoolMask for Twin Blades of Azzinoth (Spell 41434)
* Thanks Anubiss
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/233_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/233_world.sql b/sql/updates/233_world.sql new file mode 100644 index 00000000000..e77d057cae4 --- /dev/null +++ b/sql/updates/233_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SchoolMask` = '1' WHERE `entry` = '41434'; |
