mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 10:30:01 +01:00
ClearAllItems during randomize
This commit is contained in:
parent
1381a4b809
commit
e3094f2558
@ -124,7 +124,7 @@ void PlayerbotFactory::Randomize(bool incremental)
|
|||||||
{
|
{
|
||||||
ResetQuests();
|
ResetQuests();
|
||||||
}
|
}
|
||||||
ClearInventory();
|
ClearAllItems();
|
||||||
bot->SaveToDB(false, false);
|
bot->SaveToDB(false, false);
|
||||||
|
|
||||||
bot->GiveLevel(level);
|
bot->GiveLevel(level);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user