From 3968d2e2d22b38b6796c4f793bf97ccc83d281c9 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Wed, 6 Jun 2012 22:54:49 -0230 Subject: Db/Conditions: Remove unneeded spell conditions. --- sql/updates/world/2012_06_06_03_world_conditions.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_06_06_03_world_conditions.sql (limited to 'sql') 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); -- cgit v1.2.3