mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
[7319] Fixed compile on Unix systems. Author: ApoC
--HG-- branch : trunk
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7318"
|
||||
#define REVISION_NR "7319"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
||||
Reference in New Issue
Block a user