diff options
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/revive.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/revive.txt b/npc/magic/revive.txt index cb163c8da..daef77d56 100644 --- a/npc/magic/revive.txt +++ b/npc/magic/revive.txt @@ -28,7 +28,7 @@ function script SK_ressurect { // revives the whole map [ULTIMATE] function script SK_sanctum { - BaseLevel-=1; + BaseLevel-=1; // Maybe EXP Gain -300% for a hour? recovery(getmap()); //maptimer AUTOREVIVE 15 minutes return; |