mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[12168] Fix possible memory leaks in Outdoor PvP
This commit is contained in:
parent
404291248e
commit
62118e099e
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ class OutdoorPvP
|
||||||
|
|
||||||
public:
|
public:
|
||||||
OutdoorPvP() {}
|
OutdoorPvP() {}
|
||||||
~OutdoorPvP() {}
|
virtual ~OutdoorPvP() {}
|
||||||
|
|
||||||
// called when the zone is initialized
|
// called when the zone is initialized
|
||||||
virtual void FillInitialWorldStates(WorldPacket& /*data*/, uint32& /*count*/) {}
|
virtual void FillInitialWorldStates(WorldPacket& /*data*/, uint32& /*count*/) {}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12167"
|
#define REVISION_NR "12168"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue