fix(Core/Graveyards): rework the graveyard selection logic to allow l… (#8022)
This commit is contained in:
parent
92a7f8b5bd
commit
747a2a4f0e
3 changed files with 40 additions and 18 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue