Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Server/Guilds: Added MinNewsItemLevel for pandaria expansion.
Browse files Browse the repository at this point in the history
Signed-off-by: AriDEV <aridev666@gmail.com>
  • Loading branch information
AriDEV committed Mar 9, 2019
1 parent c78d6c6 commit 3b9e9d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sql/updates/world/2019_03_08_01_world.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DELETE FROM spell_script_names WHERE ScriptName='spell_pri_glyph_of_prayer_of_healing';
DELETE FROM spell_script_names WHERE spell_id=55680;
DELETE FROM spell_script_names WHERE ScriptName='spell_rog_prey_on_the_weak';
DELETE FROM spell_script_names WHERE spell_id=51685;
2 changes: 1 addition & 1 deletion src/server/game/Guilds/Guild.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct GuildReward
uint8 Standing;
};

uint32 const MinNewsItemLevel[MAX_CONTENT] = { 61, 90, 200, 353 };
uint32 const MinNewsItemLevel[MAX_CONTENT] = { 61, 90, 200, 353, 463 };

// GuildChallengeInfo
const uint32 GuildChallengeWeeklyMaximum[] = { 0, 7, 1, 3, 15, 3 };
Expand Down

0 comments on commit 3b9e9d2

Please sign in to comment.