fix(DB/Creature): restore Barnes after Opera wipe (#27262)

This commit is contained in:
moostigre 2026-08-22 20:29:13 +02:00 committed by GitHub
parent 8f68451bb2
commit 105b4f78a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
DELETE FROM `spawn_group` WHERE `spawnType` = 0 AND `spawnId` = 135823;
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES (1, 0, 135823);