fix(DB/Gameobject): Empty Cauldron (#1911)
- Three same gameobjects was spawned at the same place - Deleting two, not needed.
This commit is contained in:
parent
528f548482
commit
3e8337d086
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559216385863936700');
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (268626,268625);
|
||||
Loading…
Add table
Add a link
Reference in a new issue