mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Core/Graveyards): rework the graveyard selection logic to allow l… (#8022)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632245299092353800');
|
||||
|
||||
DELETE FROM `graveyard_zone` WHERE `ID` = 101 AND `GhostZone` = 135;
|
||||
INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES
|
||||
(101, 135, 469, 'Frostmane Hold, Kharanos GY - Dun Morogh');
|
||||
Reference in New Issue
Block a user