Skip to content

Commit

Permalink
Fix typo in Belnistrasz script
Browse files Browse the repository at this point in the history
Signed-off-by: Cala <calaftp@free.fr>

(based on cmangos/mangos-wotlk@571793b45)

Signed-off-by: Xfurry <xfurry.cmangos@outlook.com>
  • Loading branch information
catterpiler74 authored and xfurry committed Dec 10, 2017
1 parent 7701810 commit 5be0f65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ struct npc_belnistraszAI : public npc_escortAI
{
if (!m_bAggro)
{
DoScriptText(urand(0, 1) ? SAY_BELNISTRASZ_AGGRO_1 : SAY_BELNISTRASZ_AGGRO_1, m_creature, pAttacker);
DoScriptText(urand(0, 1) ? SAY_BELNISTRASZ_AGGRO_1 : SAY_BELNISTRASZ_AGGRO_2, m_creature, pAttacker);
m_bAggro = true;
}

Expand Down

0 comments on commit 5be0f65

Please sign in to comment.