Files
Delves/Server/graveyard_zone.sql
Manmadedrummer 20c3d911a2 Server SQL
2025-08-24 15:17:05 -04:00

14 lines
570 B
SQL

INSERT INTO `acore_world`.`graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
(5000, 6003, 0, 'Stonetalon Ruins GY'),
(5001, 6004, 0, 'Demonhunter Cove GY'),
(5002, 6005, 0, 'Stonetalon Logging Camp GY'),
(5003, 6006, 0, 'Blackchar Cave GY'),
(5004, 6007, 0, 'Sandfury Oasis GY'),
(5005, 6008, 0, 'Arathi Farmlands GY'),
(5006, 6009, 0, 'Elwynnfalls GY'),
(5007, 6010, 0, 'Quelthalas Island GY'),
(5008, 6011, 0, 'Forgotten Gnome Camp GY'),
(5009, 6012, 0, 'Old Ironforge GY'),
(5010, 6013, 0, 'Newmans Landing GY'),
(5009, 6014, 0, 'Altar of Storms GY');