Update professions.sql

missed one edit in previous correction of npc id.
This commit is contained in:
Grimfeather
2024-08-22 04:49:40 +02:00
committed by GitHub
parent d33e82903c
commit 843d75b4bc

View File

@@ -910,7 +910,7 @@ VALUES (@Darmari, 0, 0, 0, 0, 0, 'Darmari', 'Master Leatherworking Trainer', NUL
/* Add copy of Darmari to creature_template_addon */
DELETE FROM `creature_template_addon` WHERE `entry` = @Darmari;
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (619187, 0, 0, 0, 1, 0, 0, NULL);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (@Darmari, 0, 0, 0, 1, 0, 0, NULL);
/* Add copy of Darmari to creature_locale */
DELETE FROM `creature_template_locale` WHERE `entry` = @Darmari;