Skip to content

Commit c53b683

Browse files
committed
[0570] Revert Tailoring Trainer skillstep spells back to using childspell due to visual bugs
As documented as diff in the file, visual bug just wasnt obvious enough to notice thx @celguar for pointing
1 parent 153612c commit c53b683

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Updates/0570_WDB-4382_Tailoring.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,10 @@ DELETE FROM npc_trainer_template WHERE entry IN (1086); -- identical with 1081 w
390390
-- (1086,26791,100000,197,275,50,0), -- 26790
391391
-- (1086,31460,20000,197,300,0,0);
392392

393+
-- Using parentspell causes wired visual bugs in classic and tbcmangos
394+
UPDATE `npc_trainer_template` SET `spell` = 3908 WHERE `spell` = 3911;
395+
UPDATE `npc_trainer_template` SET `spell` = 3909 WHERE `spell` = 3912;
396+
UPDATE `npc_trainer_template` SET `spell` = 3910 WHERE `spell` = 3913;
397+
UPDATE `npc_trainer_template` SET `spell` = 12180 WHERE `spell` = 12181;
398+
UPDATE `npc_trainer_template` SET `spell` = 26790 WHERE `spell` = 26791;
399+

0 commit comments

Comments
 (0)