diff options
author | Reid <reidyaro@gmail.com> | 2012-05-05 20:21:52 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-05 20:21:52 +0200 |
commit | 875cdce818b39dc1567689de587101ed17d5712c (patch) | |
tree | 0585ef72b7705f3751520176f6e3b1011213af9c | |
parent | dcbc69e63032dcaf6c071bcba3b394187abc4aea (diff) | |
download | serverdata-875cdce818b39dc1567689de587101ed17d5712c.tar.gz serverdata-875cdce818b39dc1567689de587101ed17d5712c.tar.bz2 serverdata-875cdce818b39dc1567689de587101ed17d5712c.tar.xz serverdata-875cdce818b39dc1567689de587101ed17d5712c.zip |
Remove buggy percentheal function.
-rw-r--r-- | npc/functions/savepoint.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index 486f9675..a5da7dbb 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -32,7 +32,6 @@ function script SavePoint { savepoint @map$, @x, @y; set @q, getcharid(3); misceffect 33, @q; - percentheal "5"; L_Return: return; |