mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Fix rpg move far (#822)
* Fix rpg move far * Don't go innkeeper with diff zone
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user