File tree Expand file tree Collapse file tree
src/modules/Bots/playerbot Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments