mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Scripts/World): Fix Emeriss putrid mushrooms not doing anything (#12035)
* fix(Scripts/World): Fix Emeriss putrid mushrooms not doing anything * Update rev_1655056541364669100.sql
This commit is contained in:
@@ -471,7 +471,10 @@ public:
|
||||
void KilledUnit(Unit* who) override
|
||||
{
|
||||
if (who->GetTypeId() == TYPEID_PLAYER)
|
||||
DoCast(who, SPELL_PUTRID_MUSHROOM, true);
|
||||
{
|
||||
who->CastSpell(who, SPELL_PUTRID_MUSHROOM, true);
|
||||
}
|
||||
|
||||
emerald_dragonAI::KilledUnit(who);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user