aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_09_21_07_world_335.sql7
1 files changed, 7 insertions, 0 deletions
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);