aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston@qaston-pc <none@none>2009-03-01 14:38:26 +0100
committerQAston@qaston-pc <none@none>2009-03-01 14:38:26 +0100
commitef500cc204c29f85125486f45f0ca82e4c3ac0ed (patch)
tree2c66ea546dc2760e6e6205c70f2abd9d4b392c0c /sql
parent9e9708f5b7885e30580e3685f7c5971dd1d0b571 (diff)
*Fix mana burn.
*Fix glyph of dispel Magic (by Lightguard). *Add missing sql from latest rev. --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1618_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/1618_world.sql b/sql/updates/1618_world.sql
new file mode 100644
index 00000000000..0f08c98b6ae
--- /dev/null
+++ b/sql/updates/1618_world.sql
@@ -0,0 +1,6 @@
+-- Glyph of power word: shield
+INSERT INTO `spell_proc_event` VALUES (55672, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0);
+
+-- Bloodsurge
+DELETE FROM `spell_proc_event` WHERE `entry` IN (46915);
+INSERT INTO `spell_proc_event` VALUES (46915, 0x00, 4, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);