mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-14 03:19:56 +00:00
Use field names instead of numbers for CDClient tables (#945)
This commit is contained in:
@@ -19,7 +19,7 @@ struct CDEmoteTable {
|
||||
channel = -1;
|
||||
locked = false;
|
||||
localize = false;
|
||||
gateVersion = -1;
|
||||
gateVersion = "";
|
||||
}
|
||||
|
||||
int ID;
|
||||
@@ -29,7 +29,7 @@ struct CDEmoteTable {
|
||||
int channel;
|
||||
bool locked;
|
||||
bool localize;
|
||||
int gateVersion;
|
||||
std::string gateVersion;
|
||||
};
|
||||
|
||||
//! CDEmoteTable table
|
||||
|
Reference in New Issue
Block a user