diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-21 18:31:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-21 18:31:40 -0300 |
commit | a2711950e670940e22ca2e1994d0e08ff066b4b4 (patch) | |
tree | 1cfa50a8687b61e3a310060da57f9e91c4cd68e1 /npc | |
parent | e8c64dcd05b32404026d6e4bde17b9f04d69c7b4 (diff) | |
download | serverdata-a2711950e670940e22ca2e1994d0e08ff066b4b4.tar.gz serverdata-a2711950e670940e22ca2e1994d0e08ff066b4b4.tar.bz2 serverdata-a2711950e670940e22ca2e1994d0e08ff066b4b4.tar.xz serverdata-a2711950e670940e22ca2e1994d0e08ff066b4b4.zip |
Another code typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/hasan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 79c0890ff..6de6ad19b 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -24,6 +24,7 @@ // Temporary sprite 003-1,62,148,0 script Hasan NPC_ELVEN_MAN_RED,2,2,{ if (Zeny > 15) goto L_Steal; + end; L_Steal: npctalk3("*whistle*"); |