[12168] Fix possible memory leaks in Outdoor PvP

This commit is contained in:
zerg 2012-09-02 12:36:48 +06:00 committed by Antz
parent 404291248e
commit 62118e099e
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ class OutdoorPvP
public:
OutdoorPvP() {}
~OutdoorPvP() {}
virtual ~OutdoorPvP() {}
// called when the zone is initialized
virtual void FillInitialWorldStates(WorldPacket& /*data*/, uint32& /*count*/) {}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12167"
#define REVISION_NR "12168"
#endif // __REVISION_NR_H__