fix(DB/GameObject): General Bjarngrim and Loken exit door should be o… (#23285)

This commit is contained in:
Andrew 2025-10-17 16:28:20 -03:00 committed by GitHub
parent 539aa67ef3
commit 840eacd19b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `gameobject` SET `state` = 0 WHERE `guid` IN (65573, 65585) AND `id` IN (191324, 191416);