* Added sql trinity code style.

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-03-13 00:20:50 +01:00
parent d13df871c5
commit b8bfa091de
6 changed files with 13 additions and 13 deletions

View File

@@ -6,4 +6,4 @@ REPLACE INTO `spell_proc_event` VALUES (20210, 0x00, 10, 3221225472, 0x00000000,
REPLACE INTO `spell_proc_event` VALUES (20212, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
REPLACE INTO `spell_proc_event` VALUES (20213, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
REPLACE INTO `spell_proc_event` VALUES (20214, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
REPLACE INTO `spell_proc_event` VALUES (20215, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
REPLACE INTO `spell_proc_event` VALUES (20215, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);

View File

@@ -0,0 +1,9 @@
/*ALTER TABLE db_version CHANGE COLUMN required_7399_01_mangos_mangos_string required_7422_01_mangos_mangos_string bit;*/
DELETE FROM `trinity_string` WHERE `entry` IN (811, 812, 813, 814, 815);
INSERT INTO `trinity_string` VALUES
(811,'Guild Master',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(812,'Officer',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(813,'Veteran',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(814,'Member',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(815,'Initiate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

View File

@@ -1 +1 @@
INSERT INTO `spell_linked_spell` VALUES (-47953, 60406, 0, 'Divine hymn buff to enemies');
INSERT INTO `spell_linked_spell` VALUES (-47953, 60406, 0, 'Divine hymn buff to enemies');

View File

@@ -1,4 +1,3 @@
INSERT INTO `spell_linked_spell` VALUES (48265, 49772, 2, 'Unholy Presence');
INSERT INTO `spell_linked_spell` VALUES (49772, 55222, 2, 'Unholy Presence');
INSERT INTO `spell_linked_spell` VALUES (48263, 61261, 2, 'Frost Presence');
INSERT INTO `spell_linked_spell` VALUES (48263, 61261, 2, 'Frost Presence');

View File

@@ -1,9 +0,0 @@
ALTER TABLE db_version CHANGE COLUMN required_7399_01_mangos_mangos_string required_7422_01_mangos_mangos_string bit;
DELETE FROM mangos_string WHERE entry in (811, 812, 813, 814, 815);
INSERT INTO mangos_string VALUES
(811,'Guild Master',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(812,'Officer',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(813,'Veteran',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(814,'Member',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(815,'Initiate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

View File

@@ -74,6 +74,7 @@ INSTALL(FILES
1755_world.sql
1764_world.sql
1766_world.sql
1791_mangos_7422_01_world_trinity_string.sql
1814_world.sql
1825_world.sql
1828_world.sql