From 08b8dd10d1f6d1564eb5063f333ef3a958e76bb1 Mon Sep 17 00:00:00 2001 From: DDuarte Date: Mon, 1 Jun 2015 02:09:45 +0100 Subject: Core/GOs: Correct type of lowGuid when loading gameobject_addons Coverity IDs: 1302436 1302437 1302438 Issue introduced in 95b5e357451985fbc350bf1321ce96d6c02f9d44 --- sql/updates/world/2015_06_01_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_06_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_06_01_00_world.sql b/sql/updates/world/2015_06_01_00_world.sql new file mode 100644 index 00000000000..8ba1d65ec52 --- /dev/null +++ b/sql/updates/world/2015_06_01_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `gameobject_addon` MODIFY `guid` int(10) unsigned NOT NULL DEFAULT '0'; -- cgit v1.2.3