Skip to content

Commit

Permalink
Initialize spell script pointer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Feb 8, 2025
1 parent 39c3097 commit 2e3b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/ScriptMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct Script
pProcessEventId(nullptr), pItemQuestAccept(nullptr), pGOQuestAccept(nullptr),
pItemUse(nullptr), pEffectDummyCreature(nullptr), pEffectDummyGameObj(nullptr),
pEffectAuraDummy(nullptr), GOOpen(nullptr),
GOGetAI(nullptr), GetAI(nullptr), GetInstanceData(nullptr)
GOGetAI(nullptr), GetAI(nullptr), GetInstanceData(nullptr), GetSpellScript(nullptr)
{}

std::string Name;
Expand Down

0 comments on commit 2e3b62c

Please sign in to comment.