mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix bool written as boolean
This commit is contained in:
@@ -89,7 +89,7 @@ enum Events
|
||||
class boss_sapphiron_40 : public CreatureScript
|
||||
{
|
||||
private:
|
||||
static boolean isNaxx40Sapp(uint32 entry)
|
||||
static bool isNaxx40Sapp(uint32 entry)
|
||||
{
|
||||
return (entry == NPC_SAPPHIRON_40);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user