mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix warning.
Also, the quest's name is Arelion's Secret, not Arelion's Mistress.
This commit is contained in:
@@ -910,7 +910,7 @@ class npc_magister_aledis : public CreatureScript
|
||||
public:
|
||||
npc_magister_aledis() : CreatureScript("npc_magister_aledis") { }
|
||||
|
||||
bool OnGossipSelect(Player* player, Creature* creature, uint32 /*sender*/, uint32 action) override
|
||||
bool OnGossipSelect(Player* player, Creature* creature, uint32 /*sender*/, uint32 /*action*/) override
|
||||
{
|
||||
CloseGossipMenuFor(player);
|
||||
creature->StopMoving();
|
||||
|
||||
Reference in New Issue
Block a user