From e475b50f587f5501a61eb9d39ba4f45dc2ff4b3e Mon Sep 17 00:00:00 2001 From: Subv Date: Sun, 21 Oct 2012 15:33:31 -0500 Subject: Core/Conditions: Fixed a mistake in Conditions loading which didn't allow to use SAI conditions with negative source entry (guid) --- sql/updates/world/2012_10_21_00_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_10_21_00_world_conditions.sql (limited to 'sql') diff --git a/sql/updates/world/2012_10_21_00_world_conditions.sql b/sql/updates/world/2012_10_21_00_world_conditions.sql new file mode 100644 index 00000000000..35b44fec196 --- /dev/null +++ b/sql/updates/world/2012_10_21_00_world_conditions.sql @@ -0,0 +1 @@ +ALTER TABLE `conditions` CHANGE COLUMN `SourceEntry` `SourceEntry` MEDIUMINT(8) NOT NULL DEFAULT 0 -- cgit v1.2.3