diff options
| author | raczman <none@none> | 2009-04-12 11:05:19 +0200 |
|---|---|---|
| committer | raczman <none@none> | 2009-04-12 11:05:19 +0200 |
| commit | 2ba0af3d8fda27516b0a5c93402fba416087e220 (patch) | |
| tree | 1db154daec86cde821e0e71b29b531c34e97412f | |
| parent | c693e97a2193d46afab8ff5d4110654a5953ec75 (diff) | |
Correct spell_affect mask for spell 12472 - by _krz/Asael
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/1340_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1340_world.sql b/sql/updates/1340_world.sql new file mode 100644 index 00000000000..eba0b719dbc --- /dev/null +++ b/sql/updates/1340_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_affect` WHERE `entry`='12472' AND `effectId`='1'; +INSERT INTO `spell_affect` VALUES ('12472', '1', "18446744073709551615"); |
