mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/Creature: Severed Druid
This commit is contained in:
12
sql/updates/world/3.3.5/2018_10_11_06_world_335.sql
Normal file
12
sql/updates/world/3.3.5/2018_10_11_06_world_335.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (87409,87410,87593,87594,87893,87894,87895,87896,87897);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES
|
||||
(87409, 3799, 1, 1, 1, 0, 1, 1732.85, -2610.882, 97.694092, 2.369, 600, 5, 1),
|
||||
(87410, 3799, 1, 1, 1, 0, 1, 1743.86, -2740, 88.235, 4.198, 600, 5, 1),
|
||||
(87593, 3799, 1, 1, 1, 0, 1, 1766.06, -2698, 110.636, 4.216, 600, 5, 1),
|
||||
(87594, 3799, 1, 1, 1, 0, 1, 1801.886, -2762.08, 72.39, 4.114981, 600, 5, 1),
|
||||
(87893, 3799, 1, 1, 1, 0, 1, 1789.09, -2820, 63.539, 2.724, 600, 5, 1),
|
||||
(87894, 3799, 1, 1, 1, 0, 1, 1789.92, -2696, 73.359, 3.949, 600, 5, 1),
|
||||
(87895, 3799, 1, 1, 1, 0, 1, 1817.07, -2652, 52.926, 2.745, 600, 5, 1),
|
||||
(87896, 3799, 1, 1, 1, 0, 1, 1859.3, -2689, 40.737, 2.663, 600, 5, 1),
|
||||
(87897, 3799, 1, 1, 1, 0, 1, 1851.064, -2618.686, 58.824, 5.4349, 600, 5, 1);
|
||||
Reference in New Issue
Block a user