diff options
-rw-r--r-- | sql/updates/world/2012_12_24_06_reputation.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_24_06_reputation.sql b/sql/updates/world/2012_12_24_06_reputation.sql new file mode 100644 index 00000000000..9320d76365d --- /dev/null +++ b/sql/updates/world/2012_12_24_06_reputation.sql @@ -0,0 +1,2 @@ +-- Set correct daily quest reputation gain for faction: The Kalu'ak +UPDATE `reputation_reward_rate` SET `quest_daily_rate`=2 WHERE `faction`=1073; |