diff options
| author | Killyana <morphone1@gmail.com> | 2019-01-16 01:22:07 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-01-16 01:22:07 +0100 |
| commit | 7e579a98483313cb68b58dcc1dd0d25903812f93 (patch) | |
| tree | 3fe36167fba2aa76287f02a369a9642abab53f3b /sql | |
| parent | cf5302c8228aa3d63e395d28f5c78a0863733ba6 (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_15_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
