diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 14:49:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 14:49:29 -0300 |
commit | b0c0fbdc75e0f698055c1e485493eec1b6163cde (patch) | |
tree | 1ff4d8ffb9feb6c1df600d711377862408f8c709 /npc | |
parent | 4e045ed05b5d3ecf3d575e4a5d60a4b4d38ee01c (diff) | |
download | serverdata-b0c0fbdc75e0f698055c1e485493eec1b6163cde.tar.gz serverdata-b0c0fbdc75e0f698055c1e485493eec1b6163cde.tar.bz2 serverdata-b0c0fbdc75e0f698055c1e485493eec1b6163cde.tar.xz serverdata-b0c0fbdc75e0f698055c1e485493eec1b6163cde.zip |
This closes what was required, @DragonStar can get magic tier 2 "now".
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index fbac06118..db031848b 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, - NV_TRICKDEAD); + AL_DP); // MG_COLDBOLT); OnInit: |