From c5232138f870a8a4e5a59ecb3e0a3228373f58e2 Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 9 Jun 2009 21:48:02 +0200 Subject: *Spell_script_target entry for Death pact. --HG-- branch : trunk --- sql/updates/3877_world_spell_script_target.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/3877_world_spell_script_target.sql (limited to 'sql/updates') diff --git a/sql/updates/3877_world_spell_script_target.sql b/sql/updates/3877_world_spell_script_target.sql new file mode 100644 index 00000000000..9778be52466 --- /dev/null +++ b/sql/updates/3877_world_spell_script_target.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (48743); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +('48743', '1', '26125'); \ No newline at end of file -- cgit v1.2.3