diff options
author | mekolat <mekolat@gmail.com> | 2015-01-14 22:49:52 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-01-14 22:49:52 -0500 |
commit | 87c2cf5320f52c8a9756b28975f0169d66c26138 (patch) | |
tree | 1091bf4bda3b1d33c5948035441fb72f2d9866f2 /world/map/npc/029-1 | |
parent | 3d7fd218c50a39c643245d3520e4bbd314e4f3fa (diff) | |
download | serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.gz serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.bz2 serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.xz serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.zip |
cmdothernpc => donpcevent
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r-- | world/map/npc/029-1/hasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/029-1/hasan.txt b/world/map/npc/029-1/hasan.txt index 7a6b906e..6006cff3 100644 --- a/world/map/npc/029-1/hasan.txt +++ b/world/map/npc/029-1/hasan.txt @@ -97,7 +97,7 @@ L_ScratchHead: set $@ScorpionTimer, 0; set $@ScorpionFighter, getcharid(3); set $@ScorpDeath, PC_DIE_COUNTER; - cmdothernpc "#ScorpionTrigger", "HasanSpawn"; + donpcevent "#ScorpionTrigger::OnCommandHasanSpawn"; specialeffect 22; mes "While you're scratching your head, a scorpion appears."; close; |