diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-29 05:23:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-29 05:23:18 -0300 |
commit | d13ea3d160a4e146de102bc3dce76a77fcbce461 (patch) | |
tree | 33a83ac5cc056eba80daede56b3c33b57628fb94 /npc/commands/kami.txt | |
parent | f1a1bd0d03d13b6f303a8a5e43d0a96318aa3aac (diff) | |
download | serverdata-d13ea3d160a4e146de102bc3dce76a77fcbce461.tar.gz serverdata-d13ea3d160a4e146de102bc3dce76a77fcbce461.tar.bz2 serverdata-d13ea3d160a4e146de102bc3dce76a77fcbce461.tar.xz serverdata-d13ea3d160a4e146de102bc3dce76a77fcbce461.zip |
skip ci
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index b976affca..70acb00ee 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -75,7 +75,7 @@ OnJustDoIt: //dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); //unitskilluseid(getcharid(3), GD_LEADERSHIP, 1, getcharid(3)); // This is only for testing - doevent(instance_npcname("#KDoor0422", $@KAMELOT_ID[getcharid(2)])+"::OnArrival"); + doevent(instance_npcname("#KDoor0422", $@KAMELOT_ID[getcharid(2)])+"::OnEmergency"); // areasc(range, time, skill code, who targets, power, filter) //areasc(9, 20000, SC_MAGNIFICAT, BL_PC, 1, "filter_sameguild"); |