Skip to content

Commit

Permalink
[sd2_mr0711] Fix Flame Leviathan says
Browse files Browse the repository at this point in the history
  • Loading branch information
boxa committed Aug 30, 2014
1 parent 3f54792 commit c34a948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/northrend/ulduar/ulduar/boss_flame_leviathan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ enum
TOWER_ID_THORIM = 3,
};

static const uint32 aLeviathanTowerYell[KEEPER_ENCOUNTER] = { SAY_TOWER_FROST, SAY_TOWER_NATURE, SAY_TOWER_FIRE, SAY_TOWER_ENERGY };
static const uint32 aLeviathanTowerEmote[KEEPER_ENCOUNTER] = { EMOTE_HODIR_FURY, EMOTE_FREYA_WARD, EMOTE_MIMIRON_INFERNO, EMOTE_THORIM_HAMMER };
static const int32 aLeviathanTowerYell[KEEPER_ENCOUNTER] = { SAY_TOWER_FROST, SAY_TOWER_NATURE, SAY_TOWER_FIRE, SAY_TOWER_ENERGY };
static const int32 aLeviathanTowerEmote[KEEPER_ENCOUNTER] = { EMOTE_HODIR_FURY, EMOTE_FREYA_WARD, EMOTE_MIMIRON_INFERNO, EMOTE_THORIM_HAMMER };

static const float afFreyaWard[MAX_FREYA_WARD][4] =
{
Expand Down
2 changes: 1 addition & 1 deletion sd2_revision_R2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __SD2_REVISION_R2_H__
#define __SD2_REVISION_R2_H__
#define SD2_REVISION_R2 "0710"
#define SD2_REVISION_R2 "0711"
#endif // __SD2_REVISION_R2_H__

0 comments on commit c34a948

Please sign in to comment.