fix(DB/gameobject): Correct Scarab Gong Type ID (#12879)

This commit is contained in:
Benjamin Jackson
2023-01-28 05:05:11 -05:00
committed by GitHub
parent 97b26c4e8b
commit a5010a3411

View File

@@ -0,0 +1 @@
UPDATE `gameobject_template` SET `type` = 2 WHERE `entry` = 180717;