From daf271e28084820be24c1b4e518181e3e6f42ee4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 3 Jun 2018 17:42:36 +0200 Subject: [PATCH] DB/GameObject: Add missing gob template --- sql/updates/world/4.3.4/2018_06_03_07_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_06_03_07_world.sql diff --git a/sql/updates/world/4.3.4/2018_06_03_07_world.sql b/sql/updates/world/4.3.4/2018_06_03_07_world.sql new file mode 100644 index 00000000000..3ec29de92fa --- /dev/null +++ b/sql/updates/world/4.3.4/2018_06_03_07_world.sql @@ -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);