mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[0121] Some Typos
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
7a079fcd09
commit
d7b5567041
3 changed files with 5 additions and 5 deletions
|
|
@ -2041,7 +2041,7 @@ void ObjectMgr::LoadItemPrototypes()
|
|||
if (proto->DamageType >= MAX_SPELL_SCHOOL)
|
||||
{
|
||||
sLog.outErrorDb("Item (Entry: %u) has wrong damagetype (%u)", i, proto->DamageType);
|
||||
const_cast<ItemPrototype*>(proto)->DamageType = 0;
|
||||
const_cast<ItemPrototype*>(proto)->DamageType = 0;
|
||||
}
|
||||
|
||||
// special format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue