mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
13 lines
523 B
SQL
13 lines
523 B
SQL
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
|