mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +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