mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user