diff options
-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); |