mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Fix Dancing Rune Weapon. By liberate, closes #365
--HG-- branch : trunk
This commit is contained in:
@@ -1697,6 +1697,7 @@ TempSummon *Map::SummonCreature(uint32 entry, const Position &pos, SummonPropert
|
||||
{
|
||||
case SUMMON_TYPE_MINION:
|
||||
case SUMMON_TYPE_GUARDIAN:
|
||||
case SUMMON_TYPE_GUARDIAN2:
|
||||
mask = UNIT_MASK_GUARDIAN; break;
|
||||
case SUMMON_TYPE_TOTEM:
|
||||
mask = UNIT_MASK_TOTEM; break;
|
||||
|
||||
Reference in New Issue
Block a user