mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04: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