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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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