diff options
author | meko <mekolat@users.noreply.github.com> | 2015-05-04 11:12:59 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-05-04 11:12:59 -0400 |
commit | cb8126c790b6e6ef982dc3efcacb58c71dfc214a (patch) | |
tree | 22958f27c6cce318c225ca99bed5bcd67b19bb9b /world/map/npc/029-1 | |
parent | 969b8628b353e7e5bbdeaac5b4afe46a8a313e4f (diff) | |
download | serverdata-cb8126c790b6e6ef982dc3efcacb58c71dfc214a.tar.gz serverdata-cb8126c790b6e6ef982dc3efcacb58c71dfc214a.tar.bz2 serverdata-cb8126c790b6e6ef982dc3efcacb58c71dfc214a.tar.xz serverdata-cb8126c790b6e6ef982dc3efcacb58c71dfc214a.zip |
Add mob points to Kaan's scorpion
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r-- | world/map/npc/029-1/hasan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/029-1/hasan.txt b/world/map/npc/029-1/hasan.txt index 8d35da8b..eef3eb64 100644 --- a/world/map/npc/029-1/hasan.txt +++ b/world/map/npc/029-1/hasan.txt @@ -182,6 +182,8 @@ OnScorpionDeath: goto L_Clean; set QL_BEGIN, 13; message strcharinfo(0), "You saved Hasan."; + set @mobID, 1003; + callfunc "MobPoints"; goto L_Clean; L_TimeOut: |