mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7319] Fixed compile on Unix systems.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
9f4154a6f9
commit
3910fc4898
2 changed files with 2 additions and 2 deletions
|
|
@ -848,7 +848,7 @@ namespace MaNGOS
|
||||||
public:
|
public:
|
||||||
explicit LocalizedPacketDo(Builder& builder) : i_builder(builder) {}
|
explicit LocalizedPacketDo(Builder& builder) : i_builder(builder) {}
|
||||||
|
|
||||||
LocalizedPacketDo::~LocalizedPacketDo()
|
~LocalizedPacketDo()
|
||||||
{
|
{
|
||||||
for(int i = 0; i < i_data_cache.size(); ++i)
|
for(int i = 0; i < i_data_cache.size(); ++i)
|
||||||
delete i_data_cache[i];
|
delete i_data_cache[i];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7318"
|
#define REVISION_NR "7319"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue