aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-09-28 16:26:15 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-09-28 16:27:08 +0200
commit8cde717e763c3c326ce1003758f71bb33344e254 (patch)
tree48dcac2aa844f632ab75c0fe80af79ae8e4ca768 /sql/updates/world
parentbe12603150d8392ce1596dddc7d01ff716e1e67e (diff)
Core/Achievements: Fix gender-specific Matron/Patron title reward.
Closes #1406
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2011_09_28_00_world_achievement_reward.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_28_00_world_achievement_reward.sql b/sql/updates/world/2011_09_28_00_world_achievement_reward.sql
new file mode 100644
index 00000000000..da170d86672
--- /dev/null
+++ b/sql/updates/world/2011_09_28_00_world_achievement_reward.sql
@@ -0,0 +1,2 @@
+-- Set `title_A` to male variant (Patron)
+UPDATE `achievement_reward` SET `title_A`=138 WHERE `entry`=1793;