mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
NPCBots: switch from appveyor to github workflow for windows build 3
This commit is contained in:
2
.github/README.md
vendored
2
.github/README.md
vendored
@@ -6,7 +6,7 @@
|
||||
3.3.5
|
||||
:------------:
|
||||
[](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions/workflows/core-build-nopch.yml)
|
||||
[](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions?query=workflow%3Awindows-build+branch%3Amaster+event%3Apush)
|
||||
[](https://github.com/trickerer/AzerothCore-wotlk-with-NPCBots/actions/workflows/windows_build.yml)
|
||||
|
||||
## Introduction
|
||||
|
||||
|
||||
@@ -1265,7 +1265,13 @@ void WorldSession::HandleItemNameQueryOpcode(WorldPacket& recvData)
|
||||
{
|
||||
std::string Name = pName->name;
|
||||
LocaleConstant loc_idx = GetSessionDbLocaleIndex();
|
||||
//npcbot: pointless check, see AccountInfo()
|
||||
/*
|
||||
//end npcbot
|
||||
if (loc_idx >= 0)
|
||||
//npcbot
|
||||
*/
|
||||
//end npcbot
|
||||
if (ItemSetNameLocale const* isnl = sObjectMgr->GetItemSetNameLocale(itemid))
|
||||
ObjectMgr::GetLocaleString(isnl->Name, loc_idx, Name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user