diff options
Diffstat (limited to 'world/map/npc/048-2/traveler.txt')
-rw-r--r-- | world/map/npc/048-2/traveler.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/048-2/traveler.txt b/world/map/npc/048-2/traveler.txt index 7b654d85..9f323eac 100644 --- a/world/map/npc/048-2/traveler.txt +++ b/world/map/npc/048-2/traveler.txt @@ -8,4 +8,8 @@ set @NpcTravelBit, $@blue_sage_bit; callfunc "Traveler"; end; + +OnInit: + set .IS_MAGIC, 1; + end; } |