mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
@@ -693,7 +693,7 @@ void ObjectMgr::LoadCreatureTemplateSpells()
|
||||
}
|
||||
|
||||
CreatureTemplate& creatureTemplate = itr->second;
|
||||
creatureTemplate.spells[index] = fields[2].GetUInt32();;
|
||||
creatureTemplate.spells[index] = fields[2].GetUInt32();
|
||||
|
||||
++count;
|
||||
} while (result->NextRow());
|
||||
|
||||
Reference in New Issue
Block a user