From 7e579a98483313cb68b58dcc1dd0d25903812f93 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 16 Jan 2019 01:22:07 +0100 Subject: DB/Trainers: Remove conditions related to Blacksmithing specialization from trainers as this was moved to spells Players will be able to see this spells but learning requires the correct specialization --- sql/updates/world/3.3.5/2019_01_15_01_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_15_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_01_15_01_world_335.sql b/sql/updates/world/3.3.5/2019_01_15_01_world_335.sql new file mode 100644 index 00000000000..0d25434ab25 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_15_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trainer` SET `Requirement`=0 WHERE `Id` IN (123,124); -- old values 123,9787 and 124,9788 -- cgit v1.2.3