mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Scripts/Silithus): Stop banning people for using windstones (#9734)
This commit is contained in:
@@ -1151,12 +1151,6 @@ public:
|
||||
delete spell;
|
||||
if (result != SPELL_CAST_OK)
|
||||
{
|
||||
if (result == SPELL_FAILED_REAGENTS)
|
||||
{
|
||||
std::string accountName;
|
||||
AccountMgr::GetName(player->GetSession()->GetAccountId(), accountName);
|
||||
sBan->BanAccount(accountName, "0s", "Wind Stone exploit", "Server");
|
||||
}
|
||||
return;
|
||||
}
|
||||
player->CastSpell(player, spellInfoTrigger->Id, false);
|
||||
|
||||
Reference in New Issue
Block a user