diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-12-24 01:58:44 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-12-24 01:58:44 -0330 |
| commit | cbae8433264cf190e9179843ebbb34711d0042e9 (patch) | |
| tree | 4cbe4a35c5a89041046c70b87acd95ad17732c37 | |
| parent | 523f3eeff38bb521cb7413cdb7fb07d10786993a (diff) | |
DB/reputation_reward_rate: Set correct daily quest reputation gain for faction: The Kalu'ak
| -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; |
