From c53b68378b07b5f2c878888d7b97cae7d22f2a54 Mon Sep 17 00:00:00 2001 From: AnonXS Date: Sun, 18 Dec 2022 17:21:41 +0100 Subject: [PATCH] [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 --- Updates/0570_WDB-4382_Tailoring.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Updates/0570_WDB-4382_Tailoring.sql b/Updates/0570_WDB-4382_Tailoring.sql index f9a827428..5c9ba43a4 100644 --- a/Updates/0570_WDB-4382_Tailoring.sql +++ b/Updates/0570_WDB-4382_Tailoring.sql @@ -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; +