diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-10-21 15:33:31 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-10-21 15:33:31 -0500 |
| commit | e475b50f587f5501a61eb9d39ba4f45dc2ff4b3e (patch) | |
| tree | 26265bcae0e3908cd7a20b08d5a1ab407cc5543e /sql | |
| parent | 5548e891915e95348e733f83814573e665816107 (diff) | |
Core/Conditions: Fixed a mistake in Conditions loading which didn't allow to use SAI conditions with negative source entry (guid)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_10_21_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
