aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-05-29 00:04:23 +0200
committerShauren <shauren.trinity@gmail.com>2015-05-29 00:04:23 +0200
commit470d2bd4588fa6badece1be79f337dc57d89dda0 (patch)
tree00551ec9ce5cf1110ace1c2190de1da1131e2da2 /sql/updates/world
parentc1bd3282f8149890003bb353186131afe4708172 (diff)
Core/Quests: Implemented RewardXPMultiplier quest template field
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2015_05_29_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_29_00_world.sql b/sql/updates/world/2015_05_29_00_world.sql
new file mode 100644
index 00000000000..779427a0167
--- /dev/null
+++ b/sql/updates/world/2015_05_29_00_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `quest_template` CHANGE `Float10` `RewardXPMultiplier` float NOT NULL DEFAULT '1';