diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-07-19 19:31:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-07-19 19:31:54 +0200 |
commit | 836221aaf5420afe8ff4719780426251c222b87d (patch) | |
tree | 12a66ff491e38f75bb922c21616b93fd24b85ddf /src/server/game/Texts/CreatureTextMgr.cpp | |
parent | cc07a491f64fa958c8a27079bd2def84c577f816 (diff) | |
parent | d463273ab1c8efb9dd6000ee5cb8f780574cdd1e (diff) |
Merge branch 'legion' into 6.x
Diffstat (limited to 'src/server/game/Texts/CreatureTextMgr.cpp')
-rw-r--r-- | src/server/game/Texts/CreatureTextMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Texts/CreatureTextMgr.cpp b/src/server/game/Texts/CreatureTextMgr.cpp index f4bc3f7fcba..8aa1c1a4dc8 100644 --- a/src/server/game/Texts/CreatureTextMgr.cpp +++ b/src/server/game/Texts/CreatureTextMgr.cpp @@ -121,7 +121,7 @@ void CreatureTextMgr::LoadCreatureTexts() if (temp.sound) { - if (!sSoundEntriesStore.LookupEntry(temp.sound)) + if (!sSoundKitStore.LookupEntry(temp.sound)) { TC_LOG_ERROR("sql.sql", "CreatureTextMgr: Entry %u, Group %u in table `creature_text` has Sound %u but sound does not exist.", temp.entry, temp.group, temp.sound); temp.sound = 0; |