diff options
| author | Drahy <none@none> | 2009-04-16 23:01:21 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-04-16 23:01:21 +0200 |
| commit | af935468df3af499bcae5018845ea6609f026a5b (patch) | |
| tree | 556d2377f5aa96415196a3742baaccbbd43732e2 /sql/updates | |
| parent | 1a997409380ede9bb326a94066c94c4d494aa759 (diff) | |
* Using trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2715_TC1_1362_world_creature_linked_respawn.sql (renamed from sql/updates/TC1_1362_world_creature_linked_respawn.sql) | 2 | ||||
| -rw-r--r-- | sql/updates/2724_TC1_world_1371_script.sql (renamed from sql/updates/TC1_world_1371_script.sql) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/TC1_1362_world_creature_linked_respawn.sql b/sql/updates/2715_TC1_1362_world_creature_linked_respawn.sql index a6d786871d6..52adffa7bd8 100644 --- a/sql/updates/TC1_1362_world_creature_linked_respawn.sql +++ b/sql/updates/2715_TC1_1362_world_creature_linked_respawn.sql @@ -7,4 +7,4 @@ CREATE TABLE `creature_linked_respawn` ( DELETE FROM `trinity_string` WHERE `entry` = '750'; INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES -('750', 'linkGUID: %u, Entry: %u (%s)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +('750', 'linkGUID: %u, Entry: %u (%s)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
\ No newline at end of file diff --git a/sql/updates/TC1_world_1371_script.sql b/sql/updates/2724_TC1_world_1371_script.sql index 39dab9882d0..c101373eb4e 100644 --- a/sql/updates/TC1_world_1371_script.sql +++ b/sql/updates/2724_TC1_world_1371_script.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `ScriptName` = 'mob_unkor_the_ruthless' WHERE `entry` = 18262; +UPDATE `creature_template` SET `ScriptName` = 'mob_unkor_the_ruthless' WHERE `entry` = 18262;
\ No newline at end of file |
