From 843d75b4bcd6fdf6577e25eee56ce73e69424cd0 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 22 Aug 2024 04:49:40 +0200 Subject: [PATCH] Update professions.sql missed one edit in previous correction of npc id. --- sql/world/base/professions.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/professions.sql b/sql/world/base/professions.sql index fe53fcb..481142a 100644 --- a/sql/world/base/professions.sql +++ b/sql/world/base/professions.sql @@ -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;