fix(DB/Gameobject): Empty Cauldron (#1911)

- Three same gameobjects was spawned at the same place
- Deleting two, not needed.
This commit is contained in:
Poszer
2019-06-06 08:31:20 +02:00
committed by GitHub
parent 528f548482
commit 3e8337d086

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559216385863936700');
DELETE FROM `gameobject` WHERE `guid` IN (268626,268625);