diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/GridNotifiers.h | 2 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index 87a71d54d21..bfc8b58a6d9 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -1032,7 +1032,7 @@ namespace Trinity public: explicit LocalizedPacketDo(Builder& builder) : i_builder(builder) {} - LocalizedPacketDo::~LocalizedPacketDo() + ~LocalizedPacketDo() { for(int i = 0; i < i_data_cache.size(); ++i) delete i_data_cache[i]; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 0116cf33dab..cb62d4285c0 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7318" + #define REVISION_NR "7319" #endif // __REVISION_NR_H__ |