From 6b519587196bc99f2b7d8d3703692b82b2fb821d Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Sat, 30 Mar 2024 12:43:14 +0800 Subject: [PATCH] Fix unique gem --- src/PlayerbotFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index b2ff05af..30085db8 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -131,7 +131,7 @@ void PlayerbotFactory::Init() if (gemId == 0) { continue; } - if (gemId == 1629) { // unique gem + if (gemId == 49110) { // unique gem continue; } ItemTemplate const* proto = sObjectMgr->GetItemTemplate(gemId);