mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/GameObject: Add missing gob template
This commit is contained in:
4
sql/updates/world/4.3.4/2018_06_03_07_world.sql
Normal file
4
sql/updates/world/4.3.4/2018_06_03_07_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user