aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2015_05_19_00_world_2015_04_05_07.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_19_00_world_2015_04_05_07.sql b/sql/updates/world/2015_05_19_00_world_2015_04_05_07.sql
new file mode 100644
index 00000000000..2e603ee893b
--- /dev/null
+++ b/sql/updates/world/2015_05_19_00_world_2015_04_05_07.sql
@@ -0,0 +1,7 @@
+DROP TABLE IF EXISTS `gameobject_addon`;
+CREATE TABLE `gameobject_addon` (
+ `guid` bigint(20) unsigned NOT NULL DEFAULT '0',
+ `invisibilityType` tinyint(3) unsigned NOT NULL DEFAULT '0',
+ `invisibilityValue` int(10) unsigned NOT NULL DEFAULT '0',
+ PRIMARY KEY (`guid`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;