fix(DB/gameobject): Correct Scarab Gong Type ID (#12879)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `gameobject_template` SET `type` = 2 WHERE `entry` = 180717;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
UPDATE `gameobject_template` SET `type` = 2 WHERE `entry` = 180717;
|
||||