aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql2
-rw-r--r--sql/updates/world/2013_08_31_01_world_gameobject_loot_template.sql1
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql b/sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql
index 3e6ed052f34..69223384be1 100644
--- a/sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql
+++ b/sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql
@@ -1 +1 @@
-UPDATE `gameobject_loot_template` SET `item`=33700 WHERE `entry`=24157 AND `item`=37703;
+UPDATE `gameobject_loot_template` SET `item`=37700 /* 33700 */ WHERE `entry`=24157 AND `item`=37703;
diff --git a/sql/updates/world/2013_08_31_01_world_gameobject_loot_template.sql b/sql/updates/world/2013_08_31_01_world_gameobject_loot_template.sql
new file mode 100644
index 00000000000..85f033443bf
--- /dev/null
+++ b/sql/updates/world/2013_08_31_01_world_gameobject_loot_template.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_loot_template` SET `item`=37700 WHERE `entry`=24157 AND `item`=33700;