summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-06 21:10:05 -0200
committershennetsind <ind@henn.et>2013-11-06 21:10:05 -0200
commiteaf04b9a2f0b399027df251c5d19d58d74e24e6a (patch)
treed4481d98fbaea267c6a7906c06c3f2af6bc9dca7 /src/map/clif.c
parent665f1306a130d4b8c359972bf4e58ef9d3bd9cd8 (diff)
downloadhercules-eaf04b9a2f0b399027df251c5d19d58d74e24e6a.tar.gz
hercules-eaf04b9a2f0b399027df251c5d19d58d74e24e6a.tar.bz2
hercules-eaf04b9a2f0b399027df251c5d19d58d74e24e6a.tar.xz
hercules-eaf04b9a2f0b399027df251c5d19d58d74e24e6a.zip
BG Queue Update
Enabled Party/Guild joining methods, Implements first attempt at the splitting algorithm (Thanks to jaBote!) Checks item 1 on issue #69 Help us test! -- http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 913a94058..f309a53a9 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9213,7 +9213,9 @@ void clif_hercules_chsys_mjoin(struct map_session_data *sd) {
/// Notification from the client, that it has finished map loading and is about to display player's character (CZ_NOTIFY_ACTORINIT).
/// 007d
void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) {
+#if PACKETVER >= 20090218
int i;
+#endif
if(sd->bl.prev != NULL)
return;
@@ -17572,9 +17574,7 @@ void clif_parse_bgqueue_register(int fd, struct map_session_data *sd) {
clif->bgqueue_ack(sd,BGQA_FAIL_BGNAME_INVALID,0);
return;
}
- //debug
- safestrncpy(arena->name, p->bg_name, sizeof(arena->name));
-
+
switch( (enum bg_queue_types)p->type ) {
case BGQT_INDIVIDUAL:
case BGQT_PARTY: