aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2019_05_11_07_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_11_07_world.sql b/sql/updates/world/3.3.5/2019_05_11_07_world.sql
new file mode 100644
index 00000000000..851fb5efdca
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_11_07_world.sql
@@ -0,0 +1,10 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (104829, 104830, 104832);
+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
+(104829, 18657, 560, 0, 0, 3, 1, 0, 1, 2397, 747.512, 54.2694, 4.18879, 86400, 0, 0, 617, 0, 0, 0, 0, 0, 0),
+(104830, 18657, 560, 0, 0, 3, 1, 0, 1, 2399.98, 744.429, 54.378, 3.92699, 86400, 0, 0, 617, 0, 0, 0, 0, 0, 0),
+(104832, 18657, 560, 0, 0, 3, 1, 0, 1, 2404.2, 740.228, 54.419, 4.2586, 86400, 0, 0, 617, 0, 0, 0, 0, 0, 0);
+
+DELETE FROM `creature_template_addon` WHERE `entry` IN (18657);
+INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`) VALUES
+(18657, 0, 0, 0, 1, 379);