diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 16:28:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 16:28:40 -0300 |
commit | 92a251f498a485ef2cff39f94f87e9e6e145de12 (patch) | |
tree | f15526861be6e54c9cf1fee830262e87f11620c5 /npc/magic | |
parent | 898ad77faa9ed091298ae4b0da9d2b9fdec89f96 (diff) | |
download | serverdata-92a251f498a485ef2cff39f94f87e9e6e145de12.tar.gz serverdata-92a251f498a485ef2cff39f94f87e9e6e145de12.tar.bz2 serverdata-92a251f498a485ef2cff39f94f87e9e6e145de12.tar.xz serverdata-92a251f498a485ef2cff39f94f87e9e6e145de12.zip |
Ops, new abizit() → ShowAbizit()
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/abizit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/abizit.txt b/npc/magic/abizit.txt index 311498b87..53ddbe260 100644 --- a/npc/magic/abizit.txt +++ b/npc/magic/abizit.txt @@ -19,7 +19,7 @@ OnCall: end; } - abizit(false); + ShowAbizit(false); // set cooldown @abizit_at=gettimetick(2); |