diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-02 13:37:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-02 13:46:15 -0300 |
commit | 55191da99575414b80440d191f5ef7a61884e3dc (patch) | |
tree | fa7d972d5572a0a2690bbabbbef337c68df516a0 /npc | |
parent | 6f886ae8bbd79a13fc94c375a0e0869d77a17b71 (diff) | |
download | serverdata-55191da99575414b80440d191f5ef7a61884e3dc.tar.gz serverdata-55191da99575414b80440d191f5ef7a61884e3dc.tar.bz2 serverdata-55191da99575414b80440d191f5ef7a61884e3dc.tar.xz serverdata-55191da99575414b80440d191f5ef7a61884e3dc.zip |
Fix possible exploit - Doppelganger Arena
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-13/arnea.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index 01736af69..c5f9ea08e 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -193,6 +193,7 @@ OnVerify: if (readbattleparam(UDT_ADELAY) < 'udt_bDly) 'udt_bDly=readbattleparam(UDT_DELAY); + addtimer 5000, instance_npcname(.name$)+"::OnVerify"; end; OnInit: |