aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2019_05_10_01_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_10_01_world.sql b/sql/updates/world/3.3.5/2019_05_10_01_world.sql
new file mode 100644
index 00000000000..a7d44c7bda8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_10_01_world.sql
@@ -0,0 +1,9 @@
+--
+UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 18208;
+DELETE FROM `creature` WHERE `guid` IN (104113);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
+(104113,18208,530,1,1,0,0,-1627.12, 8516.73, -11.3054, 3.54302, 300,0,0,42,0,0);
+
+DELETE FROM `creature_template_movement` WHERE `CreatureId`= 18208;
+INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES
+(18208, 0, 0, 1, 0);