Fix(DB) Resolve Stable Master Kitrik missing path. (#20210)

* fix(Script/Mother Shahraz) Increase min teleport range and add new teleport points.

This fix increase minimum teleport range for Fatal Attraction and It adds 5 new teleport points if the boss is near the platform.

* Update boss_mother_shahraz.cpp

* Create Kitrik_Fix_waypoint.sql

With my old fix, Kitrik doesn't use its waypoint. With this fix It should move.

* Update Kitrik_Fix_waypoint.sql

* Update data/sql/updates/pending_db_world/Kitrik_Fix_waypoint.sql

* Update data/sql/updates/pending_db_world/Kitrik_Fix_waypoint.sql

* Update data/sql/updates/pending_db_world/Kitrik_Fix_waypoint.sql

---------

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
Rorschach91
2024-10-15 13:44:31 +02:00
committed by GitHub
parent 3ef1a4a22a
commit 32164b26a3

View File

@@ -0,0 +1,7 @@
UPDATE `creature_template` SET `MovementType`= 0, `movementId`= 0 WHERE (`entry` = 28683);
UPDATE `creature` SET `MovementType`= 2 WHERE `guid` = 128455 AND `id1` = 28683;
DELETE FROM `creature_addon` WHERE (`guid` IN (128455));
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(128455, 12845500, 2409, 0, 1, 0, 0, NULL);