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:
Ragelezz
2021-10-11 01:06:23 +03:00
committed by GitHub
parent 3f541b98d2
commit 6f0ca45ced

View File

@@ -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;