mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
@@ -242,7 +242,7 @@ class npc_highborne_lamenter : public CreatureScript
|
||||
public:
|
||||
npc_highborne_lamenter() : CreatureScript("npc_highborne_lamenter") { }
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
{
|
||||
return new npc_highborne_lamenterAI(creature);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user