diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-18 21:19:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-18 21:23:02 -0300 |
commit | b289df49c7775872444806d9a4c5119f5095f8dc (patch) | |
tree | b6321cff8967e69e5b12124d8412bf430de3d792 /npc/001-8/hub.txt | |
parent | fb3a1295722b7a0ef86372d6865e2bec7fbbaa15 (diff) | |
download | serverdata-b289df49c7775872444806d9a4c5119f5095f8dc.tar.gz serverdata-b289df49c7775872444806d9a4c5119f5095f8dc.tar.bz2 serverdata-b289df49c7775872444806d9a4c5119f5095f8dc.tar.xz serverdata-b289df49c7775872444806d9a4c5119f5095f8dc.zip |
Fix Quirino HuB bug
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 0de21f3bd..d0ec0e680 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -318,7 +318,7 @@ OnPCLogoutEvent: getmapxy(.@mapa$, .@a,.@b, 0); if (.@mapa$ == "001-8") { // Deal with the environment { - .@u=getmapusers("001-8"); + .@u=getmapusers("001-8")-1; mapannounce("001-8", "Total remaining players: "+.@u,0); HUBscatter(rand(PiberriesInfusion,AtroposMixture)); HUBscatter(CelestiaTea); |