From d1eeb0f4240354dac80d7c50247ce061b7bb613b Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 22 Aug 2018 17:44:42 +0200 Subject: DB: Typo --- sql/updates/world/3.3.5/2018_08_22_04_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_08_22_04_world.sql b/sql/updates/world/3.3.5/2018_08_22_04_world.sql index 8d8119aec6b..371df0cb0c7 100644 --- a/sql/updates/world/3.3.5/2018_08_22_04_world.sql +++ b/sql/updates/world/3.3.5/2018_08_22_04_world.sql @@ -1,4 +1,4 @@ -- UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id` IN (27401,27403); DELETE FROM `creature_template_addon` WHERE `entry`=27401; -INSERT `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (27401,0,0,0,1,233 , ''); +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (27401,0,0,0,1,233 , ''); -- cgit v1.2.3