diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-21 09:46:08 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-21 09:46:42 +0100 |
commit | 53c2340a53673c2dc607ba8a634a4babc5e43fb0 (patch) | |
tree | 6024b0df2e4ec21cee247d0b72e4ef56ac73d8c4 | |
parent | 321b425f366330768f4bb84f8f4f785c53f3d1ff (diff) |
DB/Misc: Fix db errors
-rw-r--r-- | sql/updates/world/2013_01_21_00_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_21_00_world_misc.sql b/sql/updates/world/2013_01_21_00_world_misc.sql new file mode 100644 index 00000000000..c023003783e --- /dev/null +++ b/sql/updates/world/2013_01_21_00_world_misc.sql @@ -0,0 +1,2 @@ +UPDATE `spell_dbc` SET `EffectImplicitTargetB1`=7,`EffectRadiusIndex1`=18 WHERE `Id`=24211; +UPDATE `conditions` SET `ConditionTypeOrReference`=31,`ConditionTarget`=0 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=24211; |