mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Misc: Fix Horde shared GY when dying in Darkshore
closes #30991 by CraftedRO
This commit is contained in:
3
sql/updates/world/3.3.5/2025_07_28_03_world.sql
Normal file
3
sql/updates/world/3.3.5/2025_07_28_03_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `graveyard_zone` WHERE `ID`=512 AND `GhostZone`=148 AND `Faction`=67;
|
||||
UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID` IN (35,469) AND `GhostZone`=148;
|
||||
Reference in New Issue
Block a user