From 786fbdec571dbc2f48ce204338cf532aabfc0d2d Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 8 Mar 2009 13:24:05 +0100 Subject: *Fix crash. *Fix Guard Dog and Improved Cower -by pasdVn. *Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn. --HG-- branch : trunk --- sql/updates/1732_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/1732_world.sql (limited to 'sql/updates/1732_world.sql') diff --git a/sql/updates/1732_world.sql b/sql/updates/1732_world.sql new file mode 100644 index 00000000000..c3ff759c29a --- /dev/null +++ b/sql/updates/1732_world.sql @@ -0,0 +1,7 @@ +-- Improved Cower +INSERT INTO `spell_proc_event` VALUES (53180, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (53181, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); + +-- Guard Dog +INSERT INTO `spell_proc_event` VALUES (53178, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (53179, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); -- cgit v1.2.3