[NPC] Muyoh too far into Wailing Caverns, backtracks to entrance

sanityimpaired

Verified Member
7
2015
0
Location
Edmonton, Alberta, Canada
  • [Location, Faction, Race] Wailing Caverns
  • [Name, Type] Muyoh
  • [Problem Description] Muyoh is a short distance too far into wailing Caverns, leading to his escort quest starting by backtracking to his first waypoint back near the entrance
  • [How it should work] Muyoh should be with the other quest NPCs, so he doesn't have to back track
Minor bug, but also a trivial fix.
 

davidzx

Trial Member
5
2020
0
Apply fix

DELETE FROM `creature` WHERE `id` = 3678;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawntimesecs_max`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `movement_type`, `npcflag`, `npcflag2`, `unit_flags`, `unit_flags2`, `dynamicflags`, `ScriptName`, `walk_mode`) VALUES
("326242", "3678", "43", "718", "718", "2", "1", "1941", "0", "-134.809", "125.57", "-78.2153", "2.89771", "7200", "0", "0", "0", "1732", "980", "0", "0", "0", "0", "0", "0", "", "0");
 
Top