From e8a831dd3310ef5b0f9d2993eedc3454711cece9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Jun 2018 18:38:56 +0200 Subject: [PATCH] typo fix --- sql/updates/world/4.3.4/2018_06_03_07_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 3ec29de92fa..ae5cdfbbb49 100644 --- 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 @@ -1,4 +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 +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);