diff options
author | Wushin <pasekei@gmail.com> | 2015-01-24 20:02:05 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-24 20:02:05 -0600 |
commit | b76a9989d6204fa137b5a9fa41c7adb1de22132c (patch) | |
tree | a5489779b50157d2bc85caa5785ff46f8529abe5 /world/map/npc/009-7 | |
parent | 9fe82807061a4f087fca79a326556cf9b033c7ce (diff) | |
parent | 87c2cf5320f52c8a9756b28975f0169d66c26138 (diff) | |
download | serverdata-b76a9989d6204fa137b5a9fa41c7adb1de22132c.tar.gz serverdata-b76a9989d6204fa137b5a9fa41c7adb1de22132c.tar.bz2 serverdata-b76a9989d6204fa137b5a9fa41c7adb1de22132c.tar.xz serverdata-b76a9989d6204fa137b5a9fa41c7adb1de22132c.zip |
Merge pull request #247 from mekolat/donpcevent
cmdothernpc => donpcevent
Diffstat (limited to 'world/map/npc/009-7')
-rw-r--r-- | world/map/npc/009-7/eventHandler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-7/eventHandler.txt b/world/map/npc/009-7/eventHandler.txt index fbcec735..a310ff4c 100644 --- a/world/map/npc/009-7/eventHandler.txt +++ b/world/map/npc/009-7/eventHandler.txt @@ -132,7 +132,7 @@ L_BlueMissing: goto L_StartTimer; L_Intrusion: - cmdothernpc "#FightClubUtils", "Intrusion"; // we can not attach a second timer to this npc so we use another one + donpcevent "#FightClubUtils::OnCommandIntrusion"; // we can not attach a second timer to this npc so we use another one callfunc "fightclub_Intrusion"; goto L_StartTimer; } |