summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/atcommand.c4
-rw-r--r--src/map/script.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index b4ccf5b79..e1c622462 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -4962,7 +4962,7 @@ int atcommand_raisemap(
nullpo_retr(-1, sd);
pl_allsd = map_getallusers(&users);
-
+
for (i = 0; i < users; i++) {
if (sd->bl.m == pl_allsd[i]->bl.m)
atcommand_raise_sub(pl_allsd[i]);
@@ -6898,7 +6898,7 @@ int atcommand_undisguiseall(
nullpo_retr(-1, sd);
pl_allsd = map_getallusers(&users);
-
+
for(i=0; i < users; i++) {
if((pl_sd = pl_allsd[i]) && pl_sd->disguise)
pc_disguise(pl_sd, 0);
diff --git a/src/map/script.c b/src/map/script.c
index 3efa8dbc0..005e471c6 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -8954,6 +8954,7 @@ int buildin_agitend(struct script_state *st)
guild_agit_end();
return 0;
}
+
/*==========================================
* Returns whether woe is on or off. // choice script
*------------------------------------------