diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-06-06 22:54:49 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-06-06 22:54:49 -0230 |
| commit | 3968d2e2d22b38b6796c4f793bf97ccc83d281c9 (patch) | |
| tree | 562e0f9a3dfcbb6e6aa2426ee001e536d696f691 | |
| parent | 5ed8d2ccd401a1133b4caa6c2d574efb84645724 (diff) | |
Db/Conditions: Remove unneeded spell conditions.
| -rw-r--r-- | sql/updates/world/2012_06_06_03_world_conditions.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_06_03_world_conditions.sql b/sql/updates/world/2012_06_06_03_world_conditions.sql new file mode 100644 index 00000000000..c9af2a1bcbc --- /dev/null +++ b/sql/updates/world/2012_06_06_03_world_conditions.sql @@ -0,0 +1,2 @@ +-- Spell conditions shouldn't have been added +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (41054,41055,45205,45206); |
