aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2019_07_25_09_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_25_09_world.sql b/sql/updates/world/3.3.5/2019_07_25_09_world.sql
new file mode 100644
index 00000000000..d9573ba9dd4
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_07_25_09_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `creature` WHERE `id`=26403 AND `guid` IN (113553);
+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`, `VerifiedBuild`) VALUES
+(113553, 26403, 571, 0, 0, 1, 3, 0, 0, 2772.34, 4691.93, 41.0832, 3.24631, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+
+DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26403;
+INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES
+(26403, 0, 0, 1, 0);