From d7df4cfa099286310639915d70aea0b9cd7183a2 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 5 Aug 2009 17:00:01 +0200 Subject: *Fix Coyote Spirit Despawn Aura (52172) and Blood Parrot Despawn Aura (60244) - inspired by Disassembler's patch. --HG-- branch : trunk --- sql/updates/4761_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/4761_world.sql (limited to 'sql/updates') diff --git a/sql/updates/4761_world.sql b/sql/updates/4761_world.sql new file mode 100644 index 00000000000..40adb87ea6c --- /dev/null +++ b/sql/updates/4761_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (52173, 60243); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(52173, 3, 28267), +(60243, 3, 11236); \ No newline at end of file -- cgit v1.2.3