mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
Update instance_template.sql
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
INSERT INTO `acore_world`.`instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES
|
||||
(900, 0, '', 0), -- Stonetalon Ruins
|
||||
(901, 0, '', 0), -- Demon Hunter Cove
|
||||
(902, 0, '', 0), -- Stonetalon Logging Camp
|
||||
(904, 0, '', 0), -- Blackchar Cave
|
||||
(905, 0, '', 0), -- Sandfury Delve
|
||||
(906, 0, '', 0), -- Arathi Highlands Farm
|
||||
(907, 0, '', 0), -- Elwynn Falls
|
||||
(908, 0, '', 0), -- Quel'Thalas Island
|
||||
(909, 0, '', 0), -- Forgotten Gnome Camp
|
||||
(910, 0, '', 0), -- Newman's Landing
|
||||
(911, 0, '', 0); -- Altar of Storms
|
||||
INSERT INTO acore_world.instance_template (`map`,parent,script,allowMount) VALUES
|
||||
(900,0,'',0),
|
||||
(901,0,'',0),
|
||||
(902,0,'',0),
|
||||
(904,0,'',0),
|
||||
(905,0,'',0),
|
||||
(906,0,'',0),
|
||||
(907,0,'',0),
|
||||
(908,0,'',0),
|
||||
(909,0,'',0),
|
||||
(910,0,'',0),
|
||||
(911,0,'',0);
|
||||
|
||||
Reference in New Issue
Block a user