mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Remove unused local variable.
This commit is contained in:
parent
b968b36979
commit
3b15d1ec7e
1 changed files with 0 additions and 2 deletions
|
|
@ -345,8 +345,6 @@ m_updated(false), m_isRemovedOnShapeLost(true), m_in_use(false)
|
|||
{
|
||||
assert(target);
|
||||
|
||||
int32 size = sizeof(Aura);
|
||||
|
||||
assert(spellproto && spellproto == sSpellStore.LookupEntry( spellproto->Id ) && "`info` must be pointer to sSpellStore element");
|
||||
|
||||
m_spellProto = spellproto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue