aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-11 02:51:11 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-05 14:53:15 +0100
commitf6103afc5f08f2b46f80d8e48ff94e09b9a47ce6 (patch)
tree7982e96fdf8b1c4b365be0ad127d9fb3e2493b00
parentf88657b51cd25854f8304525359a4a4d678b8215 (diff)
DB/Creature: Trainee Sinthar
(cherry picked from commit 06b8f13a26465304fca1e17a13047a9eef354db9)
-rw-r--r--sql/updates/world/master/2021_12_05_09_world_2019_05_11_03_world.sql18
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_09_world_2019_05_11_03_world.sql b/sql/updates/world/master/2021_12_05_09_world_2019_05_11_03_world.sql
new file mode 100644
index 00000000000..aa06b0e589b
--- /dev/null
+++ b/sql/updates/world/master/2021_12_05_09_world_2019_05_11_03_world.sql
@@ -0,0 +1,18 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (104820);
+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
+(104820, 18628, 530, 0, 0, '0', 0, 0, 0, 9735.65, -7357.74, 24.3316, 2.79582, 180, 0, 0, 6900, 0, 2, 0, 0, 0, 0);
+
+DELETE FROM `creature_addon` WHERE `guid` IN (104820);
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`, `visibilityDistanceType`) VALUES
+(104820, 1048200, 0, 0, 1, 0, '32615', 0);
+
+DELETE FROM `waypoint_data` WHERE `id` IN (1048200);
+INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`action`,`move_type`,`action_chance`) VALUES
+(1048200, 5, 9732.63, -7360.24, 24.3316, 3.00238, 5000, 0, 0, 100),
+(1048200, 4, 9732.63, -7360.24, 24.3316, 3.00238, 1000, 0, 0, 100),
+(1048200, 3, 9734.19, -7359.6, 24.3316, 3.53017, 0, 0, 0, 100),
+(1048200, 2, 9735.65, -7357.74, 24.3316, 2.79582, 5000, 0, 0, 100),
+(1048200, 1, 9735.65, -7357.74, 24.3316, 2.79582, 1000, 0, 0, 100),
+(1048200, 6, 9735.58, -7360.2, 24.3316, 1.12135, 0, 0, 0, 100),
+(1048200, 7, 9737.62, -7358.28, 24.3316, 1.88162, 0, 0, 0, 100);