Core/DB: Rename SoundEntriesID to SoundKitID in BroadcastText
Port From (https://github.com/TrinityCore/TrinityCore/commit/a54c51c362426613be658e4a471b8fc866e82d57)
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Game.DataStorage
|
||||
public ushort EmotesID;
|
||||
public byte Flags;
|
||||
public uint ChatBubbleDurationMs;
|
||||
public uint[] SoundEntriesID = new uint[2];
|
||||
public uint[] SoundKitID = new uint[2];
|
||||
public ushort[] EmoteID = new ushort[3];
|
||||
public ushort[] EmoteDelay = new ushort[3];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user