fix(Core/Misc): Change const to be after type name (#10591)
This commit is contained in:
parent
9b83abca39
commit
455899dc75
168 changed files with 438 additions and 438 deletions
|
|
@ -183,7 +183,7 @@ public:
|
|||
}
|
||||
|
||||
uint32 timer, interval;
|
||||
const SpellInfo* spell;
|
||||
SpellInfo const* spell;
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue