mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix blacksmithing trainer (#620)
Rohok in Thrallmar was incorrectly given the journeyman title.
This commit is contained in:
@@ -11,6 +11,9 @@ UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (29273);
|
||||
/* Delete unused Creature Addon data */
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (133917, 133918, 133919, 133920, 133928);
|
||||
|
||||
-- undo incorrect title change
|
||||
UPDATE `creature_template` SET `subname` = 'Master Blacksmithing Trainer' WHERE `entry` = 16583;
|
||||
|
||||
-- undo previous method of Lights Hope Chapel phasing
|
||||
UPDATE `creature` SET `phaseMask` = 1 WHERE `id1` IN
|
||||
(11102, 16112, 16113, 16114, 16115, 16116, 16131, 16132, 16133, 16134, 16135, 16212, 16225, 16228, 16229, 16256, 16283, 16284, 16376, 16378, 17069, 17072);
|
||||
|
||||
Reference in New Issue
Block a user