File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,12 @@ class createTemplate : public PlayerScript {
52
52
if (sConfigMgr ->GetOption <bool >(" TemplateDK" , true ))
53
53
{
54
54
if (sConfigMgr ->GetOption <bool >(" TemplateEquipGear" , true ) && sConfigMgr ->GetOption <bool >(" TemplateBagGear" , true ))
55
- {
56
55
TemplateHelperItemCleanup (player, SCOPE_ALL, itemRoutine);
57
- }
58
56
else if (sConfigMgr ->GetOption <bool >(" TemplateBagGear" , true ))
59
- {
60
57
TemplateHelperItemCleanup (player, SCOPE_BAGS, itemRoutine);
61
- }
62
58
else if (sConfigMgr ->GetOption <bool >(" TemplateEquipGear" , true ))
63
- {
64
59
TemplateHelperItemCleanup (player, SCOPE_EQUIPPED, itemRoutine);
65
- }
60
+
66
61
AddTemplateDeathKnight (player);
67
62
player->SaveToDB (false , false );
68
63
LOG_DEBUG (" module" , " Finished applying death knight case for template character {}." , player->GetGUID ().ToString ());
You can’t perform that action at this time.
0 commit comments