Skip to content

Commit 8a3743a

Browse files
authored
DB/Misc: Fix Horde shared GY when dying in Darkshore
closes TrinityCore#30991 by CraftedRO
1 parent 678724f commit 8a3743a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--
2+
DELETE FROM `graveyard_zone` WHERE `ID`=512 AND `GhostZone`=148 AND `Faction`=67;
3+
UPDATE `graveyard_zone` SET `Faction`=0 WHERE `ID` IN (35,469) AND `GhostZone`=148;

0 commit comments

Comments
 (0)