diff options
author | Killyana <morphone1@gmail.com> | 2019-08-02 18:27:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 23:58:43 +0100 |
commit | 2e9191c153aaa16aa03b3f3acd9033cae750e2a1 (patch) | |
tree | 97b35c156ef19198b4f6f02bdc78b40f145c242b | |
parent | 87786b1ebc37723702a1823a9437bed4e7186bb1 (diff) |
DB/Creature: Brote
Events involving Brote, Skrotee and Duncan Fallers are not scripted
https://wow.gamepedia.com/Skrotee
https://wow.gamepedia.com/Brote
(cherry picked from commit 5631d9ecc1b31756e4837ad8facd257a2bfe6d7b)
-rw-r--r-- | sql/updates/world/master/2021_12_17_27_world_2019_08_02_01_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_27_world_2019_08_02_01_world.sql b/sql/updates/world/master/2021_12_17_27_world_2019_08_02_01_world.sql new file mode 100644 index 00000000000..d456a39d097 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_27_world_2019_08_02_01_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature` SET `MovementType` =0, `spawndist`=0 WHERE `id`=27191; +DELETE FROM `creature` WHERE `id`=27198 AND `guid`=113636; +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 +(113636, 27198, 571, 0, 0, '0', 0, 0, 0, 3240.79, -724.326, 174.892, 4.15388, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); +DELETE FROM `creature_template_addon` WHERE `entry` IN (27198); +INSERT INTO `creature_template_addon` (`entry`, `mount`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(27198,0,0,1,0,""); |