diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-09-25 01:40:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 01:40:41 +0200 |
commit | c1d7a85da37c40a000b82164ae7c4553109850f6 (patch) | |
tree | ad2faa9721e7ffdd2c134ae01c6a275f064d3747 /sql/updates | |
parent | 4fbf78df1294be5b81d0f92f8081f81741e814ba (diff) |
DB/Misc: Add Utgarde GY for Howling Fjord Area for both factions
closes #31296
by CraftedRO
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2025_09_25_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_09_25_00_world.sql b/sql/updates/world/3.3.5/2025_09_25_00_world.sql new file mode 100644 index 00000000000..1928a42e961 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_09_25_00_world.sql @@ -0,0 +1,5 @@ +-- Add Utgarde GY for Howling Fjord Area for both factions +DELETE FROM `graveyard_zone` WHERE `ID` IN (1337,1376) AND `GhostZone`=495; +INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES +(1337, 495, 0, "Howling Fjord, Utgarde GY - Howling Fjord"), +(1376, 495, 0, "Howling Fjord, Utgarde 2 GY - Howling Fjord"); |