aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-26 00:48:21 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-17 21:04:02 +0100
commite103b6c22df791b26500fff2b4b14ad5ea229b38 (patch)
tree91e6bbe8bec7ca076c242a05e2407fdfd7a090dd
parent196f05a92cc7063358b8cb8048c73f5e8152b6ff (diff)
DB/Creature: Kaskala Lookout
(cherry picked from commit 73f7c86b155a7970a5543d7d0f191778789f597f)
-rw-r--r--sql/updates/world/master/2021_12_17_13_world_2019_07_25_09_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_13_world_2019_07_25_09_world.sql b/sql/updates/world/master/2021_12_17_13_world_2019_07_25_09_world.sql
new file mode 100644
index 00000000000..15454f5d565
--- /dev/null
+++ b/sql/updates/world/master/2021_12_17_13_world_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`, `spawnDifficulties`, `phaseGroup`, `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, '0', 371, 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);