Browse Source

Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu

Devn00b 2 months ago
parent
commit
55f9349603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/Commands/Commands.cpp

+ 1 - 1
EQ2/source/WorldServer/Commands/Commands.cpp

@@ -12141,7 +12141,7 @@ void Commands::Command_SetAutoLootMode(Client* client, Seperator* sep) {
 			break;
 		}
 		default: {
-			mode = AutoLootMode::METHOD_DISABLED;
+			mode = AutoLootMode::METHOD_DECLINE;
 			client->SimpleMessage(CHANNEL_COLOR_YELLOW, "Enabled auto loot mode to decline need and lotto.");
 			break;
 		}