DB/SAI: Fix for Quest 11317 & 11322 "The Cleansing"

This commit is contained in:
Malcrom
2012-06-06 18:54:13 -02:30
parent a0311b645c
commit 3e3a940a1c
2 changed files with 43 additions and 0 deletions

View File

@@ -1269,6 +1269,7 @@ public:
{
go->UseDoorOrButton(10);
player->CastSpell(player, SPELL_CLEANSING_SOUL);
player->SetStandState(UNIT_STAND_STATE_SIT);
}
return true;
}