diff options
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); |