aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-24 18:59:11 -0500
committermegamage <none@none>2009-08-24 18:59:11 -0500
commit8dcfa4302b876263cdde5914c6d210f6f4f93455 (patch)
treec71052599eb6ac0aa118c893f82a40a45eee04d6 /sql/updates
parent3675c397435d32e07250c942ec6d402731b6b7e0 (diff)
[8394] Fixes for some non-self only positive spells. Author: VladimirMangos
* Propertly reject self targeting for pet spell 2947 and ranks, and spell 54646. * Some related fixes for pet spells with target mode TARGET_SINGLE_FRIEND_2 * Implement original caster bonus part of spell 54646. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/for review/8394_01_mangos_spell_proc_event.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/for review/8394_01_mangos_spell_proc_event.sql b/sql/updates/for review/8394_01_mangos_spell_proc_event.sql
new file mode 100644
index 00000000000..73afa3da5e1
--- /dev/null
+++ b/sql/updates/for review/8394_01_mangos_spell_proc_event.sql
@@ -0,0 +1,5 @@
+ALTER TABLE db_version CHANGE COLUMN required_8392_02_mangos_spell_chain required_8394_01_mangos_spell_proc_event bit;
+
+DELETE FROM `spell_proc_event` WHERE `entry` IN (54646);
+INSERT INTO `spell_proc_event` VALUES
+(54646, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00015400, 0x00000002, 0.000000, 0.000000, 0);