fix(DB/spawn) Remove Earthroot node from Menethil Harbor (#6125)

Deletes misplaced herb spawn.
This commit is contained in:
Azcobu
2021-06-03 22:25:11 +09:30
committed by GitHub
parent d6c85d4664
commit 31a13d32bb

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622344663132928321');
DELETE FROM `pool_gameobject` WHERE `pool_entry` = 994 AND `guid` = 1962;
DELETE FROM `gameobject` WHERE `id` = 1619 AND `guid` = 1962;