From 8e2758fec796d5e4e684f86bc1662f85222096c6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 Jan 2022 03:04:23 -0300 Subject: 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 --- npc/005-7/trainer.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/005-7') 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); -- cgit v1.2.3-70-g09d2