diff options
| author | Spp <none@none> | 2010-05-05 19:13:17 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-05-05 19:13:17 +0200 |
| commit | 6ead23e3537d5a658237590bcc1b871ac2ad4af7 (patch) | |
| tree | 24cdd201fbe0643b391e0dbc62476d877018b537 /sql | |
| parent | 64b0112382af47ead6e88c14bfe0fdf0fe3fd483 (diff) | |
Add support for quest 4921 (The scent of Lar'Korwi)
Patch by D_Skywalk
Fixes issue 1671
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/8122_world_scriptname.sql | 17 |
1 files changed, 17 insertions, 0 deletions
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'); |
