From d805a2dc0e02ddcc4a52d105d0d4c49499735e9b Mon Sep 17 00:00:00 2001 From: Nay Date: Fri, 30 Aug 2013 14:09:21 +0100 Subject: SQLS: Rename wrong named sql file --- sql/updates/world/2013_08_30_00_db_update.sql | 1 - sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 sql/updates/world/2013_08_30_00_db_update.sql create mode 100644 sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_30_00_db_update.sql b/sql/updates/world/2013_08_30_00_db_update.sql deleted file mode 100644 index 3e6ed052f34..00000000000 --- a/sql/updates/world/2013_08_30_00_db_update.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `gameobject_loot_template` SET `item`=33700 WHERE `entry`=24157 AND `item`=37703; 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 new file mode 100644 index 00000000000..3e6ed052f34 --- /dev/null +++ b/sql/updates/world/2013_08_30_00_world_gameobject_loot_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_loot_template` SET `item`=33700 WHERE `entry`=24157 AND `item`=37703; -- cgit v1.2.3