From 62e5a19ba1158040db2f96f339e84e549389bc37 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Thu, 21 Sep 2017 19:50:46 +0200 Subject: [PATCH] DB/Creature: Edward Cairn & Naznik Sureshave Closes #20366 --- sql/updates/world/3.3.5/2017_09_21_07_world_335.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_09_21_07_world_335.sql diff --git a/sql/updates/world/3.3.5/2017_09_21_07_world_335.sql b/sql/updates/world/3.3.5/2017_09_21_07_world_335.sql new file mode 100644 index 00000000000..b8d78f3c01f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_21_07_world_335.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template` SET `npcflag`=1 WHERE `entry` IN (29095, 29139); + +SET @GUID := 27587; +DELETE FROM `creature` WHERE `id`=29139; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID, 29139, 0, 0, 0, 1, 1, 0, 0, 1579.649, 193.2588, -43.01888, 1.570796, 300, 0, 0, 1220, 0, 0, 0, 0, 0, "", 0);