Core/Spells: Implemented SPELL_EFFECT_CANCEL_CONVERSATION

Port From (https://github.com/TrinityCore/TrinityCore/commit/1673b6e2ff69b9a59522892280e91cc5085a5ec0)
This commit is contained in:
hondacrx
2021-10-11 19:49:26 -04:00
parent d2bcc321f5
commit 58550514e6
3 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ namespace Game.Entities
base.Update(diff);
}
void Remove()
public void Remove()
{
if (IsInWorld)
{