Skip to content

Commit

Permalink
[Mage] Set Prismatic Crystal to level 101 for proper crit supression
Browse files Browse the repository at this point in the history
  • Loading branch information
kenthklui committed Sep 30, 2014
1 parent 5b1989c commit c33b4e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ struct mirror_image_pet_t : public pet_t
// Pet Prismatic Crystal
// ==========================================================================

struct prismatic_crystal_t : public pet_t
struct prismatic_crystal_t : public pet_t
{
struct prismatic_crystal_aoe_state_t : public action_state_t
{
Expand Down Expand Up @@ -788,7 +788,9 @@ struct prismatic_crystal_t : public pet_t
aoe_spell( 0 ),
damage_taken( owner -> find_spell( 155153 ) ),
frost_damage_taken( owner -> find_spell( 152087 ) )
{ }
{
level = 101;
}

void add_proxy_stats( action_t* owner_action )
{
Expand Down

0 comments on commit c33b4e4

Please sign in to comment.