aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2013_01_09_world_lfg_dungeon_rewards.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/2013_01_09_world_lfg_dungeon_rewards.sql b/sql/updates/2013_01_09_world_lfg_dungeon_rewards.sql
new file mode 100644
index 00000000000..dfc5f7cf075
--- /dev/null
+++ b/sql/updates/2013_01_09_world_lfg_dungeon_rewards.sql
@@ -0,0 +1,6 @@
+ALTER TABLE `lfg_dungeon_rewards`
+ DROP `firstMoneyVar`,
+ DROP `firstXPVar`,
+ DROP `otherMoneyVar`,
+ DROP `otherXPVar`;
+