mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update dungeon_blackfathom_deeps.sql
This commit is contained in:
@@ -85,6 +85,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
|
||||
|
||||
-- Lady Sarevess, Waypoints
|
||||
UPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 26129;
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` = 26129;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(26129, 48310, 0, 0, 0, 0, 0, NULL);
|
||||
|
||||
Reference in New Issue
Block a user