Core/DataStores: Fixed db2 structures after 7.3.5
This commit is contained in:
@@ -203,7 +203,7 @@ namespace Game
|
||||
BroadcastTextRecord bct = CliDB.BroadcastTextStorage.LookupByKey(textEntry.BroadcastTextId);
|
||||
if (bct != null)
|
||||
{
|
||||
uint broadcastTextSoundId = bct.SoundID[source.GetGender() == Gender.Female ? 1 : 0];
|
||||
uint broadcastTextSoundId = bct.SoundEntriesID[source.GetGender() == Gender.Female ? 1 : 0];
|
||||
if (broadcastTextSoundId != 0)
|
||||
finalSound = broadcastTextSoundId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user