Skip to content

Commit 6ba524a

Browse files
authored
Merge 0d4c180 into d9f2315
2 parents d9f2315 + 0d4c180 commit 6ba524a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/modules/Bots/playerbot/PlayerbotFactory.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ void PlayerbotFactory::Randomize(bool incremental)
118118
bot->resetTalents(true);
119119
ClearSpells();
120120
ClearInventory();
121-
bot->SaveToDB();
122121

123122
sLog.outDetail("Initializing quests...");
124123
InitQuests();
@@ -127,7 +126,6 @@ void PlayerbotFactory::Randomize(bool incremental)
127126
ClearInventory();
128127
bot->SetUInt32Value(PLAYER_XP, 0);
129128
CancelAuras();
130-
bot->SaveToDB();
131129

132130
sLog.outDetail("Initializing spells (step 1)...");
133131
InitAvailableSpells();
@@ -151,7 +149,6 @@ void PlayerbotFactory::Randomize(bool incremental)
151149

152150
sLog.outDetail("Initializing skills (step 2)...");
153151
UpdateTradeSkills();
154-
bot->SaveToDB();
155152

156153
sLog.outDetail("Initializing equipment...");
157154
InitEquipment(incremental);

0 commit comments

Comments
 (0)