mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Graveyards): Added missing graveyard in Undercity for Alliance. (#9762)
Fixes #9755
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639844934297352600');
|
||||
|
||||
DELETE FROM `graveyard_zone` WHERE `ID`=1409 AND `GhostZone`=1497;
|
||||
INSERT INTO `graveyard_zone` VALUES
|
||||
(1409,1497,469,'Tirisfal Glades - Undercity - Alliance');
|
||||
Reference in New Issue
Block a user