mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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:
|
||||
OutdoorPvP() {}
|
||||
~OutdoorPvP() {}
|
||||
virtual ~OutdoorPvP() {}
|
||||
|
||||
// called when the zone is initialized
|
||||
virtual void FillInitialWorldStates(WorldPacket& /*data*/, uint32& /*count*/) {}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12167"
|
||||
#define REVISION_NR "12168"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue