mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Core/Scripts: Fixed crash on shutdown
This commit is contained in:
@@ -396,7 +396,7 @@ class UnitScript : public ScriptObject
|
||||
{
|
||||
protected:
|
||||
|
||||
UnitScript(const char* name);
|
||||
UnitScript(const char* name, bool addToScripts = true);
|
||||
|
||||
public:
|
||||
// Called when DoT's Tick Damage is being Dealt
|
||||
|
||||
Reference in New Issue
Block a user