mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
fix(Core/Misc): Change const to be after type name (#10591)
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
events.ScheduleEvent(EVENT_TRANSFORMATION, 12000);
|
||||
}
|
||||
|
||||
void SpellHitTarget(Unit* /*caster*/, const SpellInfo* spellInfo) override
|
||||
void SpellHitTarget(Unit* /*caster*/, SpellInfo const* spellInfo) override
|
||||
{
|
||||
if (spellInfo->Id == SPELL_TRANSFORMATION)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user