From b22b846347a7e2710ea74a4ff4438bf74baa892e Mon Sep 17 00:00:00 2001 From: glkrlos Date: Fri, 1 Jul 2011 00:18:26 +0100 Subject: [PATCH] DB/Items: Fix Recipe: Kungaloosh (wrong taught spell) Closes #2158 (Rename a SQL file) --- ...d_waypoint_data.sql => 2011_07_01_00_world_waypoint_data.sql} | 0 sql/updates/world/2011_07_01_01_world_item_template.sql | 1 + 2 files changed, 1 insertion(+) rename sql/updates/world/{2011_07_01_world_waypoint_data.sql => 2011_07_01_00_world_waypoint_data.sql} (100%) create mode 100644 sql/updates/world/2011_07_01_01_world_item_template.sql diff --git a/sql/updates/world/2011_07_01_world_waypoint_data.sql b/sql/updates/world/2011_07_01_00_world_waypoint_data.sql similarity index 100% rename from sql/updates/world/2011_07_01_world_waypoint_data.sql rename to sql/updates/world/2011_07_01_00_world_waypoint_data.sql diff --git a/sql/updates/world/2011_07_01_01_world_item_template.sql b/sql/updates/world/2011_07_01_01_world_item_template.sql new file mode 100644 index 00000000000..40dffd3cc47 --- /dev/null +++ b/sql/updates/world/2011_07_01_01_world_item_template.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `spellid_2`=53056 WHERE `entry`=39644;