aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2013-08-31 12:45:44 +0100
committerNay <dnpd.dd@gmail.com>2013-08-31 12:45:44 +0100
commit2d93059114087dee62006875063c3e8f5417493a (patch)
tree55b697e34628622fff01bd525547f1bb52a813cf
parent1501e958767ab0cddc5d501796fdcb63bf98a87c (diff)
SQL: Fix a typo in e375c6075b214b85599
-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;