소스 검색

Fix decline for auto loot mode command

Emagi 3 달 전
부모
커밋
d1cbb045f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 		}