mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 20:52:22 -04:00
@@ -1270,7 +1270,7 @@ bool SmartAIMgr::IsTextValid(SmartScriptHolder const& e, uint32 id)
|
||||
default:
|
||||
if (e.entryOrGuid < 0)
|
||||
{
|
||||
uint64 entry = uint64(-e.entryOrGuid);
|
||||
entry = uint32(-e.entryOrGuid);
|
||||
CreatureData const* data = sObjectMgr->GetCreatureData(entry);
|
||||
if (!data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user