From 6ead23e3537d5a658237590bcc1b871ac2ad4af7 Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 5 May 2010 19:13:17 +0200 Subject: Add support for quest 4921 (The scent of Lar'Korwi) Patch by D_Skywalk Fixes issue 1671 --HG-- branch : trunk --- sql/updates/8122_world_scriptname.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sql/updates/8122_world_scriptname.sql (limited to 'sql') diff --git a/sql/updates/8122_world_scriptname.sql b/sql/updates/8122_world_scriptname.sql new file mode 100644 index 00000000000..b5ee81683ef --- /dev/null +++ b/sql/updates/8122_world_scriptname.sql @@ -0,0 +1,17 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` BETWEEN 1726 AND 1740; +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES +(1726, 'at_scent_larkorwi'), +(1727, 'at_scent_larkorwi'), +(1728, 'at_scent_larkorwi'), +(1729, 'at_scent_larkorwi'), +(1730, 'at_scent_larkorwi'), +(1731, 'at_scent_larkorwi'), +(1732, 'at_scent_larkorwi'), +(1733, 'at_scent_larkorwi'), +(1734, 'at_scent_larkorwi'), +(1735, 'at_scent_larkorwi'), +(1736, 'at_scent_larkorwi'), +(1737, 'at_scent_larkorwi'), +(1738, 'at_scent_larkorwi'), +(1739, 'at_scent_larkorwi'), +(1740, 'at_scent_larkorwi'); -- cgit v1.2.3