mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Merge pull request #7839 from Warpten/soulwell
Core/Spells: Fixed Soulwell charges removal on use.
This commit is contained in:
@@ -1080,7 +1080,8 @@ void GameObject::Use(Unit* user)
|
||||
if (sScriptMgr->OnGossipHello(playerUser, this))
|
||||
return;
|
||||
|
||||
AI()->GossipHello(playerUser);
|
||||
if (AI()->GossipHello(playerUser))
|
||||
return;
|
||||
}
|
||||
|
||||
// If cooldown data present in template
|
||||
|
||||
Reference in New Issue
Block a user