aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GridNotifiers.h')
-rw-r--r--src/game/GridNotifiers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h
index e11e1210ff5..d66b595dce8 100644
--- a/src/game/GridNotifiers.h
+++ b/src/game/GridNotifiers.h
@@ -22,7 +22,6 @@
#define TRINITY_GRIDNOTIFIERS_H
#include "ObjectGridLoader.h"
-#include "ByteBuffer.h"
#include "UpdateData.h"
#include <iostream>
@@ -1224,7 +1223,7 @@ namespace Trinity
~LocalizedPacketListDo()
{
for(size_t i = 0; i < i_data_cache.size(); ++i)
- for(int j = 0; j < i_data_cache[i].size(); ++j)
+ for(size_t j = 0; j < i_data_cache[i].size(); ++j)
delete i_data_cache[i][j];
}
void operator()( Player* p );