Core/Refactor: Part 4
This commit is contained in:
@@ -159,7 +159,7 @@ namespace Game.Network
|
||||
|
||||
public abstract class PacketFilter
|
||||
{
|
||||
public PacketFilter(WorldSession pSession)
|
||||
protected PacketFilter(WorldSession pSession)
|
||||
{
|
||||
m_pSession = pSession;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user