diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:34:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:34:52 -0300 |
commit | e63693ae71d32a93877b201420dd52b88385951d (patch) | |
tree | f4a62481039fa71ffeaf487fda1f0b88871fdc4d /npc/012-1 | |
parent | 0d7b5b5fc72c497b4c7b94bedef3e6f937df76e7 (diff) | |
download | serverdata-e63693ae71d32a93877b201420dd52b88385951d.tar.gz serverdata-e63693ae71d32a93877b201420dd52b88385951d.tar.bz2 serverdata-e63693ae71d32a93877b201420dd52b88385951d.tar.xz serverdata-e63693ae71d32a93877b201420dd52b88385951d.zip |
bg_leave
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index fd9dc9ac5..f625989a3 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -445,6 +445,7 @@ OnVictory: end; OnReward: + bg_leave(); // Let's say we have 5 players for reference. Subtract a Game Master, he doesn't counts. .@Pl=getmapusers("012-1")-1; getexp .@Pl*600, .@Pl*30; // 3,000 exp, 150 jxp |