DB/GameObject: Add missing gob template

This commit is contained in:
Killyana
2018-06-03 17:42:36 +02:00
parent 9f6b236798
commit daf271e280

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `gameobject_template` WHERE `entry` = 208051;
INSERT INTO ``gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `VerifiedBuild`) VALUES
(208051, 8, 192, "Cooking Fire", "", "", "", 1, 4, 10, 0, 1, 0, 0, -1, -18019);