Skip to content

Commit

Permalink
[Shaman] Update enhancement food
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Sep 26, 2016
1 parent e11bebe commit fd579c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6617,7 +6617,7 @@ void shaman_t::init_action_list_enhancement()
( true_level >= 85 ) ? "spring_blossoms" :
( true_level >= 80 ) ? "winds" :
"";
std::string food_name = ( true_level > 100 ) ? "azshari_salad" :
std::string food_name = ( true_level > 100 ) ? "nightborne_delicacy_platter" :
( true_level > 90 ) ? "buttered_sturgeon" :
( true_level >= 90 ) ? "sea_mist_rice_noodles" :
( true_level >= 80 ) ? "seafood_magnifique_feast" :
Expand Down
2 changes: 1 addition & 1 deletion generate_profiles.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
for tier in 18N 18H 18M 19P 19H 19M
for tier in 19P 19H 19M
do
PROFDIR='profiles/Tier'$tier'/'
cd $PROFDIR
Expand Down
2 changes: 1 addition & 1 deletion gui/gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ macx {

Resources.files = ../Welcome.html ../Welcome.png ../Error.html
Resources.path = Contents/Resources
Profiles.files = ../profiles/Tier18N ../profiles/Tier18H ../profiles/Tier18M ../profiles/Tier19P ../profiles/Tier19H ../profiles/Tier19M
Profiles.files = ../profiles/Tier19P ../profiles/Tier19H ../profiles/Tier19M
Profiles.path = Contents/Resources/profiles
Localization.files = ../locale/sc_de.qm ../locale/sc_it.qm ../locale/sc_zh.qm
Localization.path = Contents/Resources/locale
Expand Down

0 comments on commit fd579c8

Please sign in to comment.