mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(conditions): prevent adding bad contitions + align enums with TC (#1381)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1548704473723698729');
|
||||
|
||||
-- CONDITION_QUEST_SATISFY_EXCLUSIVE
|
||||
UPDATE `conditions` SET ConditionTypeOrReference = 101 WHERE ConditionTypeOrReference = 50;
|
||||
|
||||
-- CONDITION_HAS_AURA_TYPE
|
||||
UPDATE `conditions` SET ConditionTypeOrReference = 102 WHERE ConditionTypeOrReference = 51;
|
||||
Reference in New Issue
Block a user