diff options
| author | Spp <spp@jorge.gr> | 2012-08-03 15:54:54 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-08-03 15:54:54 +0200 |
| commit | 634776e0bcc90e610a3f736e8ddf75792ad9b73e (patch) | |
| tree | fbe98d997a68f99062eed13070c707a8a4b5e76d /src/server/game/Entities/Creature | |
| parent | 55ce180f2867700b28921d99f9a0cb9c83330c91 (diff) | |
Fix compile under windows
Diffstat (limited to 'src/server/game/Entities/Creature')
| -rwxr-xr-x | src/server/game/Entities/Creature/CreatureGroups.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Entities/Creature/CreatureGroups.cpp b/src/server/game/Entities/Creature/CreatureGroups.cpp index 6468e611b13..21ed1a23828 100755 --- a/src/server/game/Entities/Creature/CreatureGroups.cpp +++ b/src/server/game/Entities/Creature/CreatureGroups.cpp @@ -85,7 +85,7 @@ void FormationMgr::LoadCreatureFormations() if (!result) { sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 creatures in formations. DB table `creature_formations` is empty!"); - + return; } @@ -137,7 +137,7 @@ void FormationMgr::LoadCreatureFormations() while (result->NextRow()); sLog->outInfo(LOG_FILTER_UNITS, ">> Loaded %u creatures in formations in %u ms", count, GetMSTimeDiffToNow(oldMSTime)); - + } void CreatureGroup::AddMember(Creature* member) |
