fix(DB/gameobject): Peacebloom spawn location (#5837)
* fix(DB/gameobject): Peacebloom spawn location Peacebloom node (id: 1396) was positioned on a road. It has been moved to a nearby location next to the road, where there are no other herb nodes close by. Closes #5836 * fix(DB/gameobject): Remove Redridge Peaceblooms Peacebloom nodes shouldn't spawn in Redridge Mountains zone according to sources, so the ones I found are being removed. Closes #5836 * Remove deleted gobs from pool Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
parent
36106c745d
commit
201b323549
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620978339651948745');
|
||||
|
||||
DELETE FROM `gameobject`
|
||||
WHERE `guid` IN (1396, 1374, 1686, 1740);
|
||||
|
||||
DELETE FROM `pool_gameobject`
|
||||
WHERE `guid` IN (1396, 1374, 1686, 1740)
|
||||
AND `pool_entry` = 950;
|
||||
Loading…
Add table
Add a link
Reference in a new issue