diff options
| author | Kandera <KanderaDev@gmail.com> | 2012-04-23 14:35:12 -0400 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-04-23 14:35:12 -0400 |
| commit | b07341f998bb9305707f300f52bfce5515d555a5 (patch) | |
| tree | 042975131b49d6eb289f518d622cd34ffd25622b /sql/updates | |
| parent | c4123289916daa7bd1c7feb191e8c647fd17b163 (diff) | |
Core/Spells: Fix spell cast of greatmother's soulcatcher. closes #1882
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_04_23_01_world_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_23_01_world_conditions.sql b/sql/updates/world/2012_04_23_01_world_conditions.sql new file mode 100644 index 00000000000..c731426aa3f --- /dev/null +++ b/sql/updates/world/2012_04_23_01_world_conditions.sql @@ -0,0 +1,5 @@ +-- setup alternate conditions for spell 46488 +DELETE FROM `conditions` WHERE `SourceEntry` = 46488 AND `ElseGroup` = 1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,46488,0,1,31,1,3,26817,0,0,0,'',''), +(13,1,46488,0,1,36,1,0,0,0,1,0,'',''); |
