aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-09-21 19:50:46 +0200
committerKillyana <morphone1@gmail.com>2017-09-21 19:50:46 +0200
commit405ce2c4b9035480ed75297f86245ebacce77d6a (patch)
treed3e69700af53919298c2a8284a2974a6703e3c89
parent0da19d6a0455f05f2700478218fac704b8a0ce6a (diff)
DB/Creature: Edward Cairn & Naznik Sureshave
Closes #20366
-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);