mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Misc: Corrections to Stormwind graveyards
Closes #27032 Credit for research - ratkosrb
This commit is contained in:
4
sql/updates/world/3.3.5/2021_10_09_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2021_10_09_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Stormwind graveyard for the Alliance
|
||||
UPDATE `graveyard_zone` SET `ID`=106, `Comment`='Elwynn Forest, Goldshire - Stormwind' WHERE `ID`=107 AND `GhostZone`=1519;
|
||||
-- Champions' Hall is no longer a separate zone
|
||||
DELETE FROM `graveyard_zone` WHERE `ID`=107 AND `GhostZone`=2918;
|
||||
Reference in New Issue
Block a user