diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-06-01 13:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 13:56:09 +0200 |
| commit | e3576bc0d6a0e4c43d1017de4806e5dcbebd3637 (patch) | |
| tree | f0124efa2d2698ef7fcac0638b74dbf72d9ce5c5 | |
| parent | adff72b485dcb1e7bf5558df01ef32415e46d776 (diff) | |
DB/Misc: Fix Horde GY when dying in Darnassus and Dolanaar
closes #30992
by CraftedRO
| -rw-r--r-- | sql/updates/world/3.3.5/2025_06_01_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_06_01_00_world.sql b/sql/updates/world/3.3.5/2025_06_01_00_world.sql new file mode 100644 index 00000000000..8f9b104c173 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_06_01_00_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `graveyard_zone` WHERE `ID`=469 AND `GhostZone` IN (141,1657); +UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID`=91 AND `GhostZone`=141; + +DELETE FROM `graveyard_zone` WHERE `ID`=91 AND `GhostZone`=1657; +INSERT INTO `graveyard_zone` (`ID`, `GhostZone`, `Faction`, `Comment`) VALUES +(91, 1657, 67, 'Teldrassil, Dolanaar GY - Teldrassil'); |
