mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Mystlash Flayer
This commit is contained in:
12
sql/updates/world/3.3.5/2018_10_11_05_world_335.sql
Normal file
12
sql/updates/world/3.3.5/2018_10_11_05_world_335.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (87071,87300,87309,87339,87341,87348,87361,87366,87406);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES
|
||||
(87071, 3722, 1, 1, 1, 0, 0, 3733.39, 1299.97, -53.516, 4.643021, 600, 8, 1),
|
||||
(87300, 3722, 1, 1, 1, 0, 0, 3921.23, 1221.69, -45.124, 1.173546, 600, 8, 1),
|
||||
(87309, 3722, 1, 1, 1, 0, 0, 3984.57, 1316.17, -26.221, 2.709214, 600, 8, 1),
|
||||
(87339, 3722, 1, 1, 1, 0, 0, 4120.65, 1478.36, -24.622, 4.541958, 600, 8, 1),
|
||||
(87341, 3722, 1, 1, 1, 0, 0, 3836.97, 1309.92, -46.551, 0.995872, 600, 8, 1),
|
||||
(87348, 3722, 1, 1, 1, 0, 0, 3626.73, 1309.57, -74.047, 4.235631, 600, 8, 1),
|
||||
(87361, 3722, 1, 1, 1, 0, 0, 3486.03, 1312.02, -57.368, 4.082472, 600, 8, 1),
|
||||
(87366, 3722, 1, 1, 1, 0, 0, 3403.68, 1266.26, -41.074, 0.862343, 600, 8, 1),
|
||||
(87406, 3722, 1, 1, 1, 0, 0, 3905.19, 1419.11, -39.009, 4.845889, 600, 8, 1);
|
||||
Reference in New Issue
Block a user