mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user