mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 09:17:47 +00:00
Typo fix
This commit is contained in:
parent
34347f80d7
commit
e998fbb694
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ int main()
|
|||
result += generateEnum( "Tribe", 0, "uint8_t" );
|
||||
result += generateEnum( "Town", 0, "uint8_t" );
|
||||
result += generateEnum( "Weather", 1, "uint8_t" );
|
||||
result += generateEnum( "HosuingAppeal", 0, "uint8_t" );
|
||||
result += generateEnum( "HousingAppeal", 0, "uint8_t" );
|
||||
result += "}\n";
|
||||
result += "}\n#endif\n";
|
||||
g_log.info( result );
|
||||
|
|
Loading…
Add table
Reference in a new issue