Small sql cleanup and reformatting.

--HG--
branch : trunk
This commit is contained in:
teacher
2010-05-20 17:06:54 +02:00
parent 5c48dbbf59
commit ce7886aeb0
4 changed files with 3 additions and 4 deletions

View File

@@ -1 +0,0 @@
UPDATE `creature_template` SET `ScriptName`='npc_experience' WHERE `entry` IN (35364,35365);

View File

@@ -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,'');

View File

@@ -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);

View File

@@ -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.');