mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Added missed change
This commit is contained in:
@@ -360,7 +360,7 @@ class spell_trigger_spell_from_caster : public SpellScriptLoader
|
||||
|
||||
SpellScript* GetSpellScript() const
|
||||
{
|
||||
return new spell_trigger_spell_from_caster_SpellScript(triggerId);
|
||||
return new spell_trigger_spell_from_caster_SpellScript(_triggerId);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user