diff options
Diffstat (limited to 'npc/003-0-1/colin.txt')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 1c435c257..4f2726fd7 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -8,7 +8,9 @@ 003-0-1,58,29,0 script Colin NPC_PLAYER,{ ClassMaster(WIZARD_MAGE, "Wizard Mages", MAGIC_WARRIOR, + MG_FIREBALL, MG_FIREBALL); +// MG_COLDBOLT); OnInit: .@npcId = getnpcid(0, .name$); |