mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
style: camelCase for return names
This commit is contained in:
@@ -477,7 +477,7 @@ namespace LuaPlayer
|
||||
* Returns `true` if the [Player] satisfies all requirements to complete the quest entry.
|
||||
*
|
||||
* @param uint32 questId
|
||||
* @return bool CanCompleteRepeatableQuest
|
||||
* @return bool canCompleteRepeatableQuest
|
||||
*/
|
||||
int CanCompleteRepeatableQuest(lua_State* L, Player* player)
|
||||
{
|
||||
@@ -497,7 +497,7 @@ namespace LuaPlayer
|
||||
* Returns `true` if the [Player] satisfies all requirements to reward the quest entry.
|
||||
*
|
||||
* @param uint32 questId
|
||||
* @return bool CanRewardQuest
|
||||
* @return bool canRewardQuest
|
||||
*/
|
||||
int CanRewardQuest(lua_State* L, Player* player)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user