Skip to content

Commit 3974abc

Browse files
committed
keep gossip open when enchanting with no item equipped
1 parent 28971f3 commit 3974abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/npc_enchanter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ class npc_enchantment : public CreatureScript
10981098
{
10991099
creature->HandleEmoteCommand(EMOTE_ONESHOT_LAUGH);
11001100
creature->Whisper("Please equip the item you would like to enchant!", LANG_UNIVERSAL, player);
1101-
player->PlayerTalkClass->SendCloseGossip();
1101+
OnGossipHello(player, creature);
11021102
return;
11031103
}
11041104

0 commit comments

Comments
 (0)