aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/8156_world_creature_template.sql1
-rw-r--r--sql/updates/8179_world_script_texts.sql2
-rw-r--r--sql/updates/8179_world_scriptname.sql2
-rw-r--r--sql/updates/8214_world_command.sql2
4 files changed, 3 insertions, 4 deletions
diff --git a/sql/updates/8156_world_creature_template.sql b/sql/updates/8156_world_creature_template.sql
deleted file mode 100644
index d88f628df77..00000000000
--- a/sql/updates/8156_world_creature_template.sql
+++ /dev/null
@@ -1 +0,0 @@
-UPDATE `creature_template` SET `ScriptName`='npc_experience' WHERE `entry` IN (35364,35365);
diff --git a/sql/updates/8179_world_script_texts.sql b/sql/updates/8179_world_script_texts.sql
index 190e58da638..877bdd4ff48 100644
--- a/sql/updates/8179_world_script_texts.sql
+++ b/sql/updates/8179_world_script_texts.sql
@@ -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,''); \ No newline at end of file
+ (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,'');
diff --git a/sql/updates/8179_world_scriptname.sql b/sql/updates/8179_world_scriptname.sql
index fea7968c460..4ecf2eca1a6 100644
--- a/sql/updates/8179_world_scriptname.sql
+++ b/sql/updates/8179_world_scriptname.sql
@@ -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); \ No newline at end of file
+UPDATE `creature_template` SET `ScriptName`='npc_fiend_elemental' WHERE `entry` IN (30044,30042,30043,30045);
diff --git a/sql/updates/8214_world_command.sql b/sql/updates/8214_world_command.sql
index 93873716247..91fe023ce4d 100644
--- a/sql/updates/8214_world_command.sql
+++ b/sql/updates/8214_world_command.sql
@@ -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.');