diff options
-rw-r--r-- | sql/updates/785_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/838_world_scripts.sql | 2 | ||||
-rw-r--r-- | sql/updates/884_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/945_world_scripts.sql | 2 | ||||
-rw-r--r-- | sql/world_scripts_full.sql | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql index 44552de0e53..64ffa36957c 100644 --- a/sql/updates/785_world.sql +++ b/sql/updates/785_world.sql @@ -1,4 +1,4 @@ DELETE FROM `command` WHERE `name` IN ('gobject addtemp', 'npc addtemp'); -INSERT INTO `command` (name, security, help) values +INSERT INTO `command` (name, security, help) VALUES ('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), ('npc addtemp','2','Adds temporary NPC, not saved to database.'); diff --git a/sql/updates/838_world_scripts.sql b/sql/updates/838_world_scripts.sql index 790ae75aa64..6b93a03afa0 100644 --- a/sql/updates/838_world_scripts.sql +++ b/sql/updates/838_world_scripts.sql @@ -1,4 +1,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' WHERE `entry`='23616'; DELETE FROM `spell_script_target` WHERE `entry`=42222; -INSERT INTO `spell_script_target` values +INSERT INTO `spell_script_target` VALUES ('42222','1','23616');
\ No newline at end of file diff --git a/sql/updates/884_world.sql b/sql/updates/884_world.sql index 99fab2ac742..9924bf86f61 100644 --- a/sql/updates/884_world.sql +++ b/sql/updates/884_world.sql @@ -1,4 +1,4 @@ DELETE FROM `command` WHERE `name` IN ('gobject tempadd','npc tempadd'); -INSERT INTO `command` (name, security, help) values +INSERT INTO `command` (name, security, help) VALUES ('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), ('npc addtemp','2','Adds temporary NPC, not saved to database.');
\ No newline at end of file diff --git a/sql/updates/945_world_scripts.sql b/sql/updates/945_world_scripts.sql index e64ec54a3f7..a96e7cc1a68 100644 --- a/sql/updates/945_world_scripts.sql +++ b/sql/updates/945_world_scripts.sql @@ -1,5 +1,5 @@ UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=22083; -UPDATE `creature_template` SET `ScriptName`='npc_overlord_morghor' WHERE `entry`= 23139; +UPDATE `creature_template` SET `ScriptName`='npc_overlord_morghor' WHERE `entry`=23139; UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=23141; DELETE FROM `script_texts` WHERE entry BETWEEN -1000221 and -1000206; INSERT INTO `script_texts` (entry, content_default, type, emote, comment) VALUES diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index 862b66dbf07..2b56553c463 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -718,7 +718,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_neltharaku' WHERE `entry`=21657 UPDATE `creature_template` SET `ScriptName`='npc_oronok_tornheart' WHERE `entry`=21183; UPDATE `creature_template` SET `ScriptName`='mob_mature_netherwing_drake' WHERE `entry`=21648; UPDATE `creature_template` SET `ScriptName`='mob_enslaved_netherwing_drake' WHERE `entry`=21722; -UPDATE `creature_template` SET `ScriptName`='npc_overlord_morghor' WHERE `entry`= 23139; +UPDATE `creature_template` SET `ScriptName`='npc_overlord_morghor' WHERE `entry`=23139; UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=23141; UPDATE `creature_template` SET `ScriptName`='mob_illidari_spawn' WHERE `entry` IN (22075, 22074, 19797); UPDATE `creature_template` SET `ScriptName`='mob_torloth_the_magnificent' WHERE `entry`=22076; |