From 15fbb6f46fb24fdc6f91786543b32f247e6525fc Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 29 Oct 2014 21:13:21 +0100 Subject: Core/Entites: Updated GUID format --- sql/updates/world/2014_10_26_00_world.sql | 1 - sql/updates/world/2014_10_29_00_world.sql.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sql/updates/world/2014_10_29_00_world.sql.txt (limited to 'sql/updates') diff --git a/sql/updates/world/2014_10_26_00_world.sql b/sql/updates/world/2014_10_26_00_world.sql index 79d5842c14c..9d9d9312677 100644 --- a/sql/updates/world/2014_10_26_00_world.sql +++ b/sql/updates/world/2014_10_26_00_world.sql @@ -23,7 +23,6 @@ ALTER TABLE `game_event_npc_vendor` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT ALTER TABLE `game_event_npcflag` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `gameobject` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `linked_respawn` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; -ALTER TABLE `linked_respawn` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `pool_creature` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `pool_gameobject` CHANGE `guid` `guid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `smart_scripts` CHANGE `entryorguid` `entryorguid` BIGINT(20) NOT NULL DEFAULT '0'; diff --git a/sql/updates/world/2014_10_29_00_world.sql.txt b/sql/updates/world/2014_10_29_00_world.sql.txt new file mode 100644 index 00000000000..17a5769f634 --- /dev/null +++ b/sql/updates/world/2014_10_29_00_world.sql.txt @@ -0,0 +1 @@ +ALTER TABLE `linked_respawn` CHANGE `linkedGuid` `linkedGuid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0'; -- cgit v1.2.3