From 066af701d31d1fe19c0a86ebd4d29fdf3bc09c56 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 23 Apr 2009 20:57:17 +0200 Subject: *Fix frenzy and Ferocious Inspiration proc. *Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example) --HG-- branch : trunk --- sql/updates/2885_world_spell_proc_event.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/2885_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/2885_world_spell_proc_event.sql b/sql/updates/2885_world_spell_proc_event.sql new file mode 100644 index 00000000000..5dc4f5535f1 --- /dev/null +++ b/sql/updates/2885_world_spell_proc_event.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (34457); +INSERT INTO `spell_proc_event` VALUES +(34457, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000002, 0.000000, 0.000000, 0); +DELETE FROM `spell_proc_event` WHERE `entry` IN (34456); +INSERT INTO `spell_proc_event` VALUES +(19615, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000002, 0.000000, 0.000000, 0); + +INSERT INTO trinity_string (entry, content_default)VALUES (6616 , "Pet spells will reset for all players at login. Strongly recommend re-login!"); + -- cgit v1.2.3