Skip to content

Commit

Permalink
[0570] Revert Tailoring Trainer skillstep spells back to using childs…
Browse files Browse the repository at this point in the history
…pell due to visual bugs

As documented as diff in the file, visual bug just wasnt obvious enough to notice

thx @celguar for pointing
  • Loading branch information
AnonXS committed Dec 18, 2022
1 parent 153612c commit c53b683
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Updates/0570_WDB-4382_Tailoring.sql
Original file line number Diff line number Diff line change
Expand Up @@ -390,3 +390,10 @@ DELETE FROM npc_trainer_template WHERE entry IN (1086); -- identical with 1081 w
-- (1086,26791,100000,197,275,50,0), -- 26790
-- (1086,31460,20000,197,300,0,0);

-- Using parentspell causes wired visual bugs in classic and tbcmangos
UPDATE `npc_trainer_template` SET `spell` = 3908 WHERE `spell` = 3911;
UPDATE `npc_trainer_template` SET `spell` = 3909 WHERE `spell` = 3912;
UPDATE `npc_trainer_template` SET `spell` = 3910 WHERE `spell` = 3913;
UPDATE `npc_trainer_template` SET `spell` = 12180 WHERE `spell` = 12181;
UPDATE `npc_trainer_template` SET `spell` = 26790 WHERE `spell` = 26791;

1 comment on commit c53b683

@Grz3s
Copy link
Member

@Grz3s Grz3s commented on c53b683 Dec 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very strange koz 3911 is a parent of 3908

Effect 0:
Id: 36 (SPELL_EFFECT_LEARN_SPELL)
BasePoints: 1
Targets: (0, 0) (TARGET_NONE, TARGET_NONE)
Trigger spell: 3908 - Tailoring (Apprentice)
Description: Allows a tailor to make basic cloth armors up to a maximum potential skill of 75. Requires cloth found on humanoids.
Chance: 101, Charges: 0

Please sign in to comment.