diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2015-06-01 02:09:45 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-06-01 02:09:45 +0100 |
| commit | 08b8dd10d1f6d1564eb5063f333ef3a958e76bb1 (patch) | |
| tree | 2b863ba1dcd8c1dd060f6ff718737ec9c381bf38 /sql | |
| parent | 1e54097084a862c064164be150ae22aeb9d3ef54 (diff) | |
Core/GOs: Correct type of lowGuid when loading gameobject_addons
Coverity IDs: 1302436 1302437 1302438
Issue introduced in 95b5e357451985fbc350bf1321ce96d6c02f9d44
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_06_01_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
