diff options
author | Killyana <morphone1@gmail.com> | 2019-05-11 02:51:11 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-11 02:51:11 +0200 |
commit | 06b8f13a26465304fca1e17a13047a9eef354db9 (patch) | |
tree | 4683d213c609b11bc2939119b5af357a14dc98b1 | |
parent | 378b53ade9aed230654e4e85832bfdbfb86c8ab5 (diff) |
DB/Creature: Trainee Sinthar
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_11_03_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_11_03_world.sql b/sql/updates/world/3.3.5/2019_05_11_03_world.sql new file mode 100644 index 00000000000..e95c622ec12 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 1, 1, 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); |