mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Merge branch 'master' of git://github.com/EQEmu/Server into gcc-changes
This commit is contained in:
+2
-1
@@ -22,6 +22,7 @@
|
||||
#include "masterentity.h"
|
||||
#include "../common/packet_dump.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include "../common/StringUtil.h"
|
||||
#include "StringIDs.h"
|
||||
#include "QuestParserCollection.h"
|
||||
|
||||
@@ -791,7 +792,7 @@ void Client::SendZoneFlagInfo(Client *to) const {
|
||||
return;
|
||||
}
|
||||
|
||||
set<uint32>::const_iterator cur, end;
|
||||
std::set<uint32>::const_iterator cur, end;
|
||||
cur = zone_flags.begin();
|
||||
end = zone_flags.end();
|
||||
char empty[1] = { '\0' };
|
||||
|
||||
Reference in New Issue
Block a user