mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Merge
--HG-- branch : trunk
This commit is contained in:
1
sql/updates/7692_world_creature_template.sql
Normal file
1
sql/updates/7692_world_creature_template.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `creature_template` CHANGE COLUMN `WDBVerified` `WDBVerified` smallint(5) signed DEFAULT '1';
|
||||
1
sql/updates/7692_world_gameobject_template.sql
Normal file
1
sql/updates/7692_world_gameobject_template.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `gameobject_template` CHANGE COLUMN `WDBVerified` `WDBVerified` smallint(5) signed DEFAULT '1';
|
||||
1
sql/updates/7692_world_item_template.sql
Normal file
1
sql/updates/7692_world_item_template.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `item_template` CHANGE COLUMN `WDBVerified` `WDBVerified` smallint(5) signed DEFAULT '1';
|
||||
1
sql/updates/7692_world_npc_text.sql
Normal file
1
sql/updates/7692_world_npc_text.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `npc_text` CHANGE COLUMN `WDBVerified` `WDBVerified` smallint(5) signed DEFAULT '1';
|
||||
1
sql/updates/7692_world_page_text.sql
Normal file
1
sql/updates/7692_world_page_text.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `page_text` CHANGE COLUMN `WDBVerified` `WDBVerified` smallint(5) signed DEFAULT '1';
|
||||
1
sql/updates/7692_world_quest_template.sql
Normal file
1
sql/updates/7692_world_quest_template.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `quest_template` CHANGE COLUMN `WDBVerified` `WDBVerified` smallint(5) signed DEFAULT '1';
|
||||
2
sql/updates/7694_world_npc_trainer.sql
Normal file
2
sql/updates/7694_world_npc_trainer.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `npc_trainer` MODIFY COLUMN `spell` MEDIUMINT(8) NOT NULL DEFAULT 0;
|
||||
|
||||
2
sql/updates/7694_world_npc_vendor.sql
Normal file
2
sql/updates/7694_world_npc_vendor.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `npc_vendor` MODIFY COLUMN `item` MEDIUMINT(8) NOT NULL DEFAULT 0;
|
||||
|
||||
Reference in New Issue
Block a user