mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
Core/Scipts: Missed changes from 7be13b6fda
This commit is contained in:
@@ -1474,7 +1474,7 @@ ConditionScript::ConditionScript(const char* name)
|
||||
}
|
||||
|
||||
VehicleScript::VehicleScript(const char* name)
|
||||
: UnitScript(name)
|
||||
: ScriptObject(name)
|
||||
{
|
||||
ScriptRegistry<VehicleScript>::AddScript(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user