fix(DB/Creature): restore Barnes after Opera wipe (#27262)
This commit is contained in:
parent
8f68451bb2
commit
105b4f78a7
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue