From a3e03f62d04b45aa2e75040ed3b582cdc8da61a9 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 18 Oct 2008 11:50:02 -0500 Subject: [svn] Remove unused script event functions HealBy and DamageDeal. Add new function SpellHitTarget. Fix a bug in r57_trinity.sql. --HG-- branch : trunk --- src/bindings/scripts/sql/Updates/r57_trinity.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts/sql') diff --git a/src/bindings/scripts/sql/Updates/r57_trinity.sql b/src/bindings/scripts/sql/Updates/r57_trinity.sql index bbdb29af158..b7f61b9edae 100644 --- a/src/bindings/scripts/sql/Updates/r57_trinity.sql +++ b/src/bindings/scripts/sql/Updates/r57_trinity.sql @@ -36,4 +36,4 @@ INSERT INTO `spell_proc_event` VALUES ('43983', '0', '0', '0', '0', '0', '16384' DELETE FROM `spell_script_target` WHERE `entry` = 42577; INSERT INTO `spell_script_target` VALUES ('42577', '1', '24136'); -UPDATE `creature_template` SET `lootid` = `entry`, `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001); \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001); \ No newline at end of file -- cgit v1.2.3