fix(Core/Graveyards): rework the graveyard selection logic to allow l… (#8022)

This commit is contained in:
Skjalf
2021-10-13 15:07:19 -03:00
committed by GitHub
parent 92a7f8b5bd
commit 747a2a4f0e
3 changed files with 40 additions and 18 deletions

View File

@@ -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');