mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix doc style and prepare merge a PR
This commit is contained in:
@@ -950,8 +950,8 @@ namespace LuaGlobalFunctions
|
||||
int banMode = Eluna::CHECKVAL<int>(L, 1);
|
||||
std::string nameOrIP = Eluna::CHECKVAL<std::string>(L, 2);
|
||||
uint32 duration = Eluna::CHECKVAL<uint32>(L, 3);
|
||||
const char* reason = Eluna::CHECKVAL<const char*>(L, 4);
|
||||
const char* whoBanned = Eluna::CHECKOBJ<Player>(L, 5);
|
||||
const char* reason = Eluna::CHECKVAL<const char*>(L, 4, "");
|
||||
const char* whoBanned = Eluna::CHECKVAL<const char*>(L, 5, "");
|
||||
|
||||
switch (banMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user