aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8122_world_scriptname.sql17
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');