diff options
author | Killyana <morphone1@gmail.com> | 2019-04-07 16:04:00 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 22:32:29 +0100 |
commit | b2ffbe15f1bddcf5525a57c0c6092556ca2727ea (patch) | |
tree | e8379ec4a7dcc89916797598c57a7c227038a20f | |
parent | 287a5d2741184f3f9e3a08a07615c0f3f4c7acff (diff) |
DB/Creature: Tortured Drake
(cherry picked from commit dddf8ffcccbf8d760ab4103fa08b8b8582e5f37b)
-rw-r--r-- | sql/updates/world/master/2021_11_26_15_world_2019_04_07_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_15_world_2019_04_07_01_world.sql b/sql/updates/world/master/2021_11_26_15_world_2019_04_07_01_world.sql new file mode 100644 index 00000000000..3cdafa8bf63 --- /dev/null +++ b/sql/updates/world/master/2021_11_26_15_world_2019_04_07_01_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33555264 WHERE `entry` IN(13976); +UPDATE `creature_template_addon` SET `bytes1`=7 WHERE `entry` IN(13976); +DELETE FROM `creature` WHERE `guid` IN (61704,61705); +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 +(61704, 13976, 469, '9,18', 0, 0, 0, -7344.2729, -956.9001, 481.1072, 4.188029, 604800, 0, 0, 7620, 0, 0), +(61705, 13976, 469, '9,18', 0, 0, 0, -7393.3, -1070.78, 479.793, 3.22886, 604800, 0, 0, 7620, 0, 0); |