diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-27 22:38:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-27 22:38:13 -0300 |
commit | 86e817077e172b9d9983cab246f7193b46598c11 (patch) | |
tree | 1552a26030af23eb4d77857a2f1c8e6912f11141 /npc/003-0-1 | |
parent | ddc6d628b3d0599a902386eb957950b3552ed383 (diff) | |
download | serverdata-86e817077e172b9d9983cab246f7193b46598c11.tar.gz serverdata-86e817077e172b9d9983cab246f7193b46598c11.tar.bz2 serverdata-86e817077e172b9d9983cab246f7193b46598c11.tar.xz serverdata-86e817077e172b9d9983cab246f7193b46598c11.zip |
Lots of changes without a real meaning (I think)
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/colin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 5918b360a..8bac9f960 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -12,6 +12,7 @@ mesq l("I am the Wizard Mages master."); if (!MAGIC_LVL) goto L_NoMagic; if (getskilllv(MAGIC_WARRIOR) && !is_admin()) close; + // will grant MG_FIREBALL probably, or MG_THUNDERSTORM, or we will figure something out. close; L_NoMagic: |