mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB/Gameobject): Empty Cauldron (#1911)
- Three same gameobjects was spawned at the same place - Deleting two, not needed.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559216385863936700');
|
||||||
|
|
||||||
|
DELETE FROM `gameobject` WHERE `guid` IN (268626,268625);
|
||||||
Reference in New Issue
Block a user