diff options
| author | QAston <none@none> | 2009-04-23 20:57:17 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-23 20:57:17 +0200 |
| commit | 066af701d31d1fe19c0a86ebd4d29fdf3bc09c56 (patch) | |
| tree | 881a3a30fdc4af6496dd5abb98a4952cced08ae1 /sql/updates | |
| parent | cedc328d1fde51433fe2834a1ed6fb1603635a11 (diff) | |
*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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2885_world_spell_proc_event.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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!"); + |
