mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Typo fix
This commit is contained in:
parent
2b580afb16
commit
035edebfb4
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ int main()
|
||||||
result += generateEnum( "Tribe", 0, "uint8_t" );
|
result += generateEnum( "Tribe", 0, "uint8_t" );
|
||||||
result += generateEnum( "Town", 0, "uint8_t" );
|
result += generateEnum( "Town", 0, "uint8_t" );
|
||||||
result += generateEnum( "Weather", 1, "uint8_t" );
|
result += generateEnum( "Weather", 1, "uint8_t" );
|
||||||
result += generateEnum( "HosuingAppeal", 0, "uint8_t" );
|
result += generateEnum( "HousingAppeal", 0, "uint8_t" );
|
||||||
result += "}\n";
|
result += "}\n";
|
||||||
result += "}\n#endif\n";
|
result += "}\n#endif\n";
|
||||||
g_log.info( result );
|
g_log.info( result );
|
||||||
|
|
Loading…
Add table
Reference in a new issue