mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 20:49:44 +01:00
Core: Warning fixes
This commit is contained in:
@@ -238,7 +238,7 @@ class ServerScript : public ScriptObject
|
||||
virtual void OnUnknownPacketReceive(WorldSocket* /*socket*/, WorldPacket& /*packet*/) { }
|
||||
};
|
||||
|
||||
class WorldScript : public ScriptObject, public UpdatableScript<void>
|
||||
class WorldScript : public ScriptObject
|
||||
{
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user