diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-11-30 08:57:08 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-11-30 08:57:08 -0500 |
commit | 5a9b8370a70c2bb14814a0f880b572bb9bd29440 (patch) | |
tree | 5e0efba1ade4ae542fa5a90e067dafbdad5ea4b4 /world/map/npc | |
parent | a9bce8e7c28b67548dd2d801459b4014d242abbc (diff) | |
download | serverdata-5a9b8370a70c2bb14814a0f880b572bb9bd29440.tar.gz serverdata-5a9b8370a70c2bb14814a0f880b572bb9bd29440.tar.bz2 serverdata-5a9b8370a70c2bb14814a0f880b572bb9bd29440.tar.xz serverdata-5a9b8370a70c2bb14814a0f880b572bb9bd29440.zip |
Remove skeleton charm restrictions
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/annuals/halloween/munro.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/world/map/npc/annuals/halloween/munro.txt b/world/map/npc/annuals/halloween/munro.txt index 45abfaa8..feb71aea 100644 --- a/world/map/npc/annuals/halloween/munro.txt +++ b/world/map/npc/annuals/halloween/munro.txt @@ -1,4 +1,4 @@ -// Part of Annual halloween +// Part of Annual halloween 026-1,24,37,0|script|Munro|183 { callfunc "HalloweenCheckOld"; @@ -47,14 +47,3 @@ L_DisableMunro: L_Return: return; } -function|script|CheckMunro -{ - if (($@halloween_time) || ($@xmas_time)) - goto L_Return; - - callfunc "UnequipLater"; - goto L_Return; - -L_Return: - return; -} |