diff options
author | Killyana <morphone1@gmail.com> | 2019-05-22 17:24:48 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-06 20:23:10 +0100 |
commit | 32915b6b236cab11f0eb9c7051cb6f8ee548d88e (patch) | |
tree | 241376ad94da5ff489cbcd6c2f89d22bf30e9786 | |
parent | 5d4fc2a61394e4977a4c6ed59e118d9546de6a27 (diff) |
DB/Creature: Wrath-Scryer's Felfire
Used in spell=35770 by Wrath-Scryer Soccothrates, the boss has half of his abilities missing or not scripted
(cherry picked from commit aeda85bc8973cc7d1c70b36ecf6f6d8a2ffaaa1e)
-rw-r--r-- | sql/updates/world/master/2021_12_06_06_world_2019_05_22_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_06_06_world_2019_05_22_00_world.sql b/sql/updates/world/master/2021_12_06_06_world_2019_05_22_00_world.sql new file mode 100644 index 00000000000..a046ff697b4 --- /dev/null +++ b/sql/updates/world/master/2021_12_06_06_world_2019_05_22_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (105478, 105479, 105480, 105481, 105482, 105527) AND `id`=20978; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(105478, 20978, 552, 0, 0, '1,2', 0, 0, 0, 117.959, 198.309, 22.5245, 1.65806, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(105479, 20978, 552, 0, 0, '1,2', 0, 0, 0, 117.868, 198.278, 22.5245, 1.97222, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(105480, 20978, 552, 0, 0, '1,2', 0, 0, 0, 117.750, 198.164, 22.5245, 3.73500, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(105481, 20978, 552, 0, 0, '1,2', 0, 0, 0, 117.914, 198.068, 22.5245, 1.46608, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(105482, 20978, 552, 0, 0, '1,2', 0, 0, 0, 117.861, 198.068, 22.5245, 4.41568, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(105527, 20978, 552, 0, 0, '1,2', 0, 0, 0, 117.826, 198.081, 22.5245, 5.18363, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |