diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-19 11:57:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-19 11:57:14 -0300 |
commit | 4e010044d2f9301c77a96617871fbafe4041fa16 (patch) | |
tree | fc1a570c81a4c2d573a49ecd79319d8b53a32865 /npc | |
parent | 1f2abf03539f1c373d7b88c0e61e31bc01c8a7b1 (diff) | |
download | serverdata-4e010044d2f9301c77a96617871fbafe4041fa16.tar.gz serverdata-4e010044d2f9301c77a96617871fbafe4041fa16.tar.bz2 serverdata-4e010044d2f9301c77a96617871fbafe4041fa16.tar.xz serverdata-4e010044d2f9301c77a96617871fbafe4041fa16.zip |
Fix Tolchi exploit
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 0a48e0fa2..a1d784caf 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -394,6 +394,6 @@ OnInit: initnpctimer; .distance = 5; - setarray .disallow_equip, 0, SponsorNecklace, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator, SaviorShield, SaviorArmor, SaviorPants, SaviorBoots, Skypiercer, CreasedShirt, CreasedShorts; + setarray .disallow_equip, 0, SponsorNecklace, DiscordNecklace, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator, SaviorShield, SaviorArmor, SaviorPants, SaviorBoots, Skypiercer, CreasedShirt, CreasedShorts; end; } |