diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-04 20:37:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-04 20:37:44 -0300 |
commit | 06f603782ee2574d781901a43afac290243fb584 (patch) | |
tree | c8e6f51e7f4c4c0ab89bbc4a407b31b33474cf20 /npc/magic | |
parent | acccacb1dd80c3fb61c00e071b3eaa47e3194107 (diff) | |
download | serverdata-06f603782ee2574d781901a43afac290243fb584.tar.gz serverdata-06f603782ee2574d781901a43afac290243fb584.tar.bz2 serverdata-06f603782ee2574d781901a43afac290243fb584.tar.xz serverdata-06f603782ee2574d781901a43afac290243fb584.zip |
Typo at Nahrec
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/revive.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/magic/revive.txt b/npc/magic/revive.txt index 339c77c08..cb163c8da 100644 --- a/npc/magic/revive.txt +++ b/npc/magic/revive.txt @@ -28,7 +28,9 @@ function script SK_ressurect { // revives the whole map [ULTIMATE] function script SK_sanctum { + BaseLevel-=1; recovery(getmap()); + //maptimer AUTOREVIVE 15 minutes return; } |