diff options
author | Killyana <morphone1@gmail.com> | 2019-01-12 19:03:33 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 15:09:35 +0100 |
commit | f066142f9914d7b5ad605dea6af5b7635bedcf04 (patch) | |
tree | 612d32db858305603218ab100f01f00fc7985344 | |
parent | 841776b51e5981ea738c10bc97f9e2889f60e66c (diff) |
DB/Creature: Daggertail Lizard
(cherry picked from commit 5be2cf5ec32cc025bed1d3b63815ee20680ae69a)
-rw-r--r-- | sql/updates/world/master/2021_11_21_21_world_2019_01_12_12_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_21_world_2019_01_12_12_world.sql b/sql/updates/world/master/2021_11_21_21_world_2019_01_12_12_world.sql new file mode 100644 index 00000000000..8ee829dc58c --- /dev/null +++ b/sql/updates/world/master/2021_11_21_21_world_2019_01_12_12_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (77853,78323,95101,95102,95103,95107); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77853, 22255, 530, '0', 0, 0, 0, 4044.39, 4848.37, 267.912, 1.97832, 600, 5, 0, 0, 0, 1), +(78323, 22255, 530, '0', 0, 0, 0, 3962.94, 5013.71, 269.379, 1.85658, 600, 5, 0, 0, 0, 1), +(95101, 22255, 530, '0', 0, 0, 0, 3902.38, 5335.72, 267.349, 5.92102, 600, 5, 0, 0, 0, 1), +(95102, 22255, 530, '0', 0, 0, 0, 3893.24, 5408.77, 267.984, 6.16056, 600, 5, 0, 0, 0, 1), +(95103, 22255, 530, '0', 0, 0, 0, 4125.15, 5514.87, 269.577, 0.59601, 600, 5, 0, 0, 0, 1), +(95107, 22255, 530, '0', 0, 0, 0, 3861.98, 5778.68, 266.847, 4.50730, 600, 5, 0, 0, 0, 1); + +DELETE FROM `creature_template_addon` WHERE entry = 22255; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(22255, "32942"); |