Core/Instances: Kill instance_encounters table, it is no longer neccessary
Port From (https://github.com/TrinityCore/TrinityCore/commit/47fc3cb852324119e81c01015b7cc4f39d43e559)
This commit is contained in:
@@ -543,7 +543,7 @@ namespace Framework.Constants
|
||||
Unused25 = 0x2000000,
|
||||
Unused26 = 0x4000000,
|
||||
Unused27 = 0x8000000,
|
||||
DungeonBoss = 0x10000000, // Creature Is A Dungeon Boss (Set Dynamically, Do Not Add In Db)
|
||||
DungeonBoss = 0x10000000, // Creature Is A Dungeon Boss
|
||||
IgnorePathfinding = 0x20000000, // creature ignore pathfinding
|
||||
ImmunityKnockback = 0x40000000, // creature is immune to knockback effects
|
||||
Unused31 = 0x80000000,
|
||||
|
||||
@@ -151,12 +151,6 @@ namespace Framework.Constants
|
||||
ToBeDecided = 5
|
||||
}
|
||||
|
||||
public enum EncounterCreditType
|
||||
{
|
||||
KillCreature = 0,
|
||||
CastSpell = 1
|
||||
}
|
||||
|
||||
public enum DoorType
|
||||
{
|
||||
Room = 0, // Door can open if encounter is not in progress
|
||||
|
||||
Reference in New Issue
Block a user