Issue information

Issue ID
#8689
Status
Fixed
Severity
None
Started
Arei
May 19, 2015 12:18
Last Post
Dastgir
May 19, 2015 13:54
Confirmation
N/A

Arei - May 19, 2015 12:18

There is a typo in the teleport cat NPC to Manuk field. The player is teleported to ma_fild02 instead of man_fild02

npc/re/quests/quests_eclage.txt
Error :[code=auto:68] setarray .maps$,"bif_fild02","ecl_fild01","spl_fild02","mid_camp","ma_fild02","dic_fild01"; //Map Names //2,4,8,16,32,64 [/code]

Fix :[code=auto:68] setarray .maps$,"bif_fild02","ecl_fild01","spl_fild02","mid_camp","man_fild02","dic_fild01"; //Map Names //2,4,8,16,32,64 [/code]

This post has been edited by Arei on May 19, 2015 12:22

Dastgir - May 19, 2015 13:54

Fixed @ [url="https://github.com/HerculesWS/Hercules/commit/f1da92cc30165f9f57a39733e45f1178b5e70501"]https://github.com/HerculesWS/Hercules/commit/f1da92cc30165f9f57a39733e45f1178b5e70501[/url]