Fix rpg move far (#822)

* Fix rpg move far

* Don't go innkeeper with diff zone
This commit is contained in:
Yunfan Li
2024-12-28 01:11:39 +08:00
committed by GitHub
parent 2b758c9624
commit 1ed6645119
2 changed files with 8 additions and 4 deletions

View File

@@ -3130,7 +3130,7 @@ void PlayerbotFactory::InitReagents()
items.push_back({17030, 40}); // Ankh
break;
case CLASS_WARLOCK:
items.push_back({6265, 10}); // shard
items.push_back({6265, 20}); // shard
break;
case CLASS_PRIEST:
if (level >= 48 && level < 60)