diff options
| author | megamage <none@none> | 2009-03-13 18:52:19 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-13 18:52:19 -0600 |
| commit | 5fd6235b2fb897877341ba2fe67e9e28908b0f7e (patch) | |
| tree | 158878fd63e64d5039f522ea0c545a30664a88c4 /sql/updates/1857_world.sql | |
| parent | a5882ee84afb8484b23cbeda3c5e4ab130574449 (diff) | |
*Fix a sql. Add a missing sql.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1857_world.sql')
| -rw-r--r-- | sql/updates/1857_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/1857_world.sql b/sql/updates/1857_world.sql index 095e0e2ee5e..255a3b0698c 100644 --- a/sql/updates/1857_world.sql +++ b/sql/updates/1857_world.sql @@ -1,3 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (47571, 47572, 53754, 53759); -- Psyhic Horror INSERT INTO `spell_proc_event` VALUES (47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0); INSERT INTO `spell_proc_event` VALUES (47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0); |
