diff options
author | Killyana <morphone1@gmail.com> | 2018-09-23 21:11:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-10 00:33:50 +0100 |
commit | e4c4b57aa273ccf6c0e432b2177be4792c12917c (patch) | |
tree | 017df77208a44cda7064bbd5daeb6f4ad68a1757 | |
parent | 1053b6d51637dbb003a127694bf6bc3c9db2a790 (diff) |
DB/Creature: Alenjon Sunblade and Irissa Bloodstar
(cherry picked from commit f8cfb5301b4c7c10fcd459bf679996b8572ced22)
-rw-r--r-- | sql/updates/world/master/2021_11_09_14_world_2018_09_23_03_world.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_09_14_world_2018_09_23_03_world.sql b/sql/updates/world/master/2021_11_09_14_world_2018_09_23_03_world.sql new file mode 100644 index 00000000000..c8139fa1622 --- /dev/null +++ b/sql/updates/world/master/2021_11_09_14_world_2018_09_23_03_world.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86655,86704); +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 +(86655, 34973, 530, '', 0, 0, 1, 9844.6, -7566.67, 19.3376, 0.471239, 300, 0, 0, 0, 0, 0), +(86704, 40413, 530, '', 0, 0, 1, 9856.36, -7566.91, 19.2514, 2.73493, 300, 0, 0, 0, 0, 0); + +UPDATE `creature_template` SET `npcflag`=1048577 WHERE `entry` IN (34973,40413); +-- UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81, `exp`=2, `DamageModifier`=7.5 WHERE `entry`=40413; -- 3.3.5 ONLY + +DELETE FROM `battlemaster_entry` WHERE `entry` IN (34973,40413); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES +(34973,32), +(40413,32); + +DELETE FROM `gameobject_addon` WHERE `guid` IN (150377, 150378); |