aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-21 20:18:14 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-06 00:15:14 +0100
commit4d9420cd2674fdef197435e925d7180c0a20c6ba (patch)
tree70d842d8f1bf0b55fd6e2465e8b32d9b90605713 /sql/updates
parentd926ec2913f5b69781d774d3a601278426282e95 (diff)
DB/Creature: Nova Terra
(cherry picked from commit bb82a5a2480fead816d915e74c6a99628a766689)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_05_38_world_2019_05_21_02_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_38_world_2019_05_21_02_world.sql b/sql/updates/world/master/2021_12_05_38_world_2019_05_21_02_world.sql
new file mode 100644
index 00000000000..f65cf959633
--- /dev/null
+++ b/sql/updates/world/master/2021_12_05_38_world_2019_05_21_02_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `creature` WHERE `guid`=105229 AND `id`=20297;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(105229, 20297, 530, 0, 0, '0', 0, 0, 0, 2383.96, 3198.54, 152.79, 5.24138, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, 0);
+DELETE FROM `creature_template_addon` WHERE `entry` IN (20297);
+INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
+(20297, '22766');
+-- Fix an undermap
+UPDATE `creature` SET `position_x`=1396.201294, `position_y`=7403.615234, `position_z`=367.474823, `orientation`=4.020805 WHERE `id`=19973 AND `guid`=71201;