diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 | ||||
-rw-r--r-- | npc/003-0-1/luca.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 4f2726fd7..fbac06118 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -9,7 +9,7 @@ 003-0-1,58,29,0 script Colin NPC_PLAYER,{ ClassMaster(WIZARD_MAGE, "Wizard Mages", MAGIC_WARRIOR, MG_FIREBALL, - MG_FIREBALL); + NV_TRICKDEAD); // MG_COLDBOLT); OnInit: diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index 5d7bfb2a6..4df0d46bb 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -9,7 +9,7 @@ 003-0-1,35,29,0 script Luca NPC_PLAYER,{ ClassMaster(MAGIC_WARRIOR, "Magic Warriors", WIZARD_MAGE, SM_BASH, - SM_BASH); + NV_TRICKDEAD); end; OnInit: |