diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-26 03:04:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-26 03:04:23 -0300 |
commit | 8e2758fec796d5e4e684f86bc1662f85222096c6 (patch) | |
tree | 762aaa2ce8789b7a75e565275b8958db6366205e /npc/005-7 | |
parent | b5e3ca971ad667832780a0aa69f3bbd6c2ab7773 (diff) | |
download | serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.tar.gz serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.tar.bz2 serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.tar.xz serverdata-8e2758fec796d5e4e684f86bc1662f85222096c6.zip |
Fix some security issues and transfer some GM commands.
- @getvar against self is now GM 80
- @event wrapper is now GM 80
- @blessing is now GM 80 and can be used by others beside Jesusalva
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 338765c0d..b30c8df58 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -640,8 +640,8 @@ OnKillManaBug: end; OnInit: - bindatcmd "info", "Trainer::OnRemoteHelp", 0, 0, 0; - bindatcmd "tutorial", "Trainer::OnRemoteHelp", 0, 0, 0; + bindatcmd "info", "Trainer::OnRemoteHelp", 0, 60, 0; + bindatcmd "tutorial", "Trainer::OnRemoteHelp", 0, 60, 0; .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, LeatherShirt); |