diff options
Diffstat (limited to 'npc/config/magic.txt')
-rw-r--r-- | npc/config/magic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index f30ca146d..8f177e5cb 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -459,8 +459,8 @@ OnInit: //////////////////////// Other: Misc // Charged Shot - RegisterMagic(0, AC_CHARGEARROW, 1, - CLASS_OTHER, NPCEyes, 1, 0); + RegisterMagic(0, AC_CHARGEARROW, 1, NPCEyes, 1, + CLASS_OTHER, 0); end; } |