diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:07:05 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 202efdfbd4c20bf1088ea5abb916b47b5fa55968 (patch) | |
tree | e37b9c0d5b3811c8a93bcd94141e6feecc94be97 /world/map/npc/annuals/halloween/munro.txt | |
parent | 737b08c1f0e3da7a8cf990dcd2cf6d43236975d6 (diff) | |
download | serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.tar.gz serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.tar.bz2 serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.tar.xz serverdata-202efdfbd4c20bf1088ea5abb916b47b5fa55968.zip |
Fix Annuals for AST
Diffstat (limited to 'world/map/npc/annuals/halloween/munro.txt')
-rw-r--r-- | world/map/npc/annuals/halloween/munro.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/annuals/halloween/munro.txt b/world/map/npc/annuals/halloween/munro.txt index c3ff6367..3b894901 100644 --- a/world/map/npc/annuals/halloween/munro.txt +++ b/world/map/npc/annuals/halloween/munro.txt @@ -1,5 +1,5 @@ // Part of Annual halloween -026-1.gat,24,37,0|script|Munro|183, +026-1.gat,24,37,0|script|Munro|183 { callfunc "HalloweenCheckOld"; callfunc "TrickOrTreatTally"; @@ -30,7 +30,7 @@ L_Halloween: L_Exit: close; } -function|script|SpawnMunro|, +function|script|SpawnMunro { if ($@halloween_time) goto L_EnableMunro; @@ -47,7 +47,7 @@ L_DisableMunro: L_Return: return; } -function|script|CheckMunro|, +function|script|CheckMunro { if (($@halloween_time) || ($@xmas_time)) goto L_Return; |