Fix Rexxar waypoint id (#651)

fix Rexxar waypoint id
This commit is contained in:
Grimfeather
2025-08-18 01:32:48 +02:00
committed by GitHub
parent be8ed8517d
commit bcc46498d2
2 changed files with 356 additions and 355 deletions

View File

@@ -11,8 +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 waypoint id for Lady Sarevess
DELETE FROM `waypoint_data` WHERE `id` = 48310;
-- undo incorrect waypoint IDs
DELETE FROM `waypoint_data` WHERE `id` = 48310; -- Lady Sarevess
DELETE FROM `waypoint_data` WHERE `id` = 101820; -- Rexxar
-- undo incorrect title change
UPDATE `creature_template` SET `subname` = 'Master Blacksmithing Trainer' WHERE `entry` = 16583;