aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-01-09 16:39:57 +0100
committerSpp <spp@jorge.gr>2013-01-09 16:39:57 +0100
commit25d35bacf908c3fbfaffb487f37f4047d4407b3f (patch)
tree9ca13c67380fb26998cae2a08e0784e2348c8aed /sql/updates/world
parent677ed180802541d4bf487eeaa554c01aa3dc5ceb (diff)
Fix incorrect sql name
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2013_01_09_01_world_lfg_dungeon_rewards.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_09_01_world_lfg_dungeon_rewards.sql b/sql/updates/world/2013_01_09_01_world_lfg_dungeon_rewards.sql
new file mode 100644
index 00000000000..dfc5f7cf075
--- /dev/null
+++ b/sql/updates/world/2013_01_09_01_world_lfg_dungeon_rewards.sql
@@ -0,0 +1,6 @@
+ALTER TABLE `lfg_dungeon_rewards`
+ DROP `firstMoneyVar`,
+ DROP `firstXPVar`,
+ DROP `otherMoneyVar`,
+ DROP `otherXPVar`;
+