diff options
author | QAston <none@none> | 2009-03-22 22:21:25 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-03-22 22:21:25 +0100 |
commit | 36ccfd416820ca87ac6bf0ce7c59b52eace0884e (patch) | |
tree | 902fd9af2188b1f92e1519d825b95f5058616d97 /sql | |
parent | 25c13e0d62ad9987eb9bf5a3d863791e6f148d33 (diff) |
*Fix kill command-by pasdVn.
*Fix tidal force.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/2138_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/2138_world.sql b/sql/updates/2138_world.sql new file mode 100644 index 00000000000..c95ca63c25d --- /dev/null +++ b/sql/updates/2138_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (55198, 34026); +INSERT INTO `spell_proc_event` VALUES +-- Tidial Force +(55198, 0x00, 11, 0x000001C0, 0x00000000, 0x00000000, 0x00004000, 0x00000002, 0.000000, 0.000000, 0), +-- Kill Command +(34026, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x0000000, 0x00000000, 0.000000, 0.000000, 0); |