Core/Conditions: Fix CONDITION_AURA incorrectly allowing ConditionValue3 to be set in database (it doesn't do anything)
Port From (https://github.com/TrinityCore/TrinityCore/commit/afc613fb63a7e0f9c0c3cf7f78afcb2c7ba48e71)
This commit is contained in:
@@ -2999,7 +2999,7 @@ namespace Game
|
||||
public ConditionTypeInfo[] StaticConditionTypeData =
|
||||
{
|
||||
new ConditionTypeInfo("None", false, false, false, false),
|
||||
new ConditionTypeInfo("Aura", true, true, true, false),
|
||||
new ConditionTypeInfo("Aura", true, true, false, false),
|
||||
new ConditionTypeInfo("Item Stored", true, true, true, false),
|
||||
new ConditionTypeInfo("Item Equipped", true, false, false, false),
|
||||
new ConditionTypeInfo("Zone", true, false, false, false),
|
||||
|
||||
Reference in New Issue
Block a user