diff options
| author | glkrlos <glkrlos@trinitycore.contrib> | 2011-07-01 00:18:26 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-07-01 00:19:44 +0100 |
| commit | b22b846347a7e2710ea74a4ff4438bf74baa892e (patch) | |
| tree | f540ffc19e97e98b9e86ebfe8e5c84a8ee39e1b4 | |
| parent | b007836d272e55c2231cf1446f6ed821bd12e054 (diff) | |
DB/Items: Fix Recipe: Kungaloosh (wrong taught spell)
Closes #2158
(Rename a SQL file)
| -rw-r--r-- | sql/updates/world/2011_07_01_00_world_waypoint_data.sql (renamed from sql/updates/world/2011_07_01_world_waypoint_data.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/world/2011_07_01_01_world_item_template.sql | 1 |
2 files changed, 1 insertions, 0 deletions
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 index fba07a6c517..fba07a6c517 100644 --- a/sql/updates/world/2011_07_01_world_waypoint_data.sql +++ b/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; |
