From 92c068c290c9cd4ea8e9c8792f4bb764ff07b38d Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 24 Aug 2024 07:48:25 +0200 Subject: [PATCH] Update vanilla_vendors.sql small comment fix --- sql/world/base/vanilla_vendors.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/vanilla_vendors.sql b/sql/world/base/vanilla_vendors.sql index a7b5e6f..a58214a 100644 --- a/sql/world/base/vanilla_vendors.sql +++ b/sql/world/base/vanilla_vendors.sql @@ -4256,7 +4256,7 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (@Kelm /* Add Missing Vanilla item Outrider's Silk Leggings (60) */ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (@Kelm, 22747, 0, 0); -/* Disable the spawn of the original Kelm 6491 */ +/* Disable the spawn of the original Kelm */ UPDATE `creature` SET `spawnMask` = 0 WHERE `id1` = 14754; /* Link related quests to clone of Kelm */