mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Small sql cleanup and reformatting.
--HG-- branch : trunk
This commit is contained in:
@@ -1 +0,0 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_experience' WHERE `entry` IN (35364,35365);
|
||||
@@ -2,4 +2,4 @@ DELETE FROM `script_texts` WHERE `entry` IN (-1571039,-1571040,-1571041);
|
||||
INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES
|
||||
(30014,-1571039,'Yggdras emerges!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,''),
|
||||
(30017,-1571040,'Stinkbeard comin'' for you, little ones!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''),
|
||||
(30007,-1571041,'Do you fell that folks? The air is cracking with energy! Than can only mean one thing...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'');
|
||||
(30007,-1571041,'Do you fell that folks? The air is cracking with energy! Than can only mean one thing...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'');
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_elemental_lord' WHERE `entry` IN (30024,30025,30019,30026);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_fiend_elemental' WHERE `entry` IN (30044,30042,30043,30045);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_fiend_elemental' WHERE `entry` IN (30044,30042,30043,30045);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DELETE FROM `command` WHERE `name` IN ('reload creature_template');
|
||||
INSERT INTO `command` VALUES
|
||||
('reload creature_template','3','Syntax: .reload creature_template $entry\r\nReload the specified creature\'s template.');
|
||||
('reload creature_template','3','Syntax: .reload creature_template $entry\r\nReload the specified creature''s template.');
|
||||
|
||||
Reference in New Issue
Block a user