fix(DB\GameObject):Peacebloom unaccesible removed (#8212)
* fix(DB\GameObject):Peacebloom unaccesible removed * Removed overspawned Peacebloom guid from pool data
This commit is contained in:
parent
3f541b98d2
commit
6f0ca45ced
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633175914257114400');
|
||||
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid`=1469;
|
||||
DELETE FROM `pool_gameobject` WHERE `guid`=1469;
|
||||
Loading…
Add table
Add a link
Reference in a new issue