diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-01 15:12:45 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-01 15:12:45 +0100 |
commit | 3c41a0a2e079b44a68a452c1d1eaf0bf37aeac3e (patch) | |
tree | 45cfe7c13bc6e08060419e639d07897dbd503a57 | |
parent | ae4d63bb8ef65c488ab3e7bdeca5044e91a0ef57 (diff) |
SQL: Fix sql import problems
-rw-r--r-- | sql/updates/world/2012_12_01_02_world_creature_text.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_12_01_02_world_creature_text.sql b/sql/updates/world/2012_12_01_02_world_creature_text.sql index 92f9fa8dcca..6d4b50b9e88 100644 --- a/sql/updates/world/2012_12_01_02_world_creature_text.sql +++ b/sql/updates/world/2012_12_01_02_world_creature_text.sql @@ -294,7 +294,7 @@ DELETE FROM `script_texts` WHERE `entry` BETWEEN -1595025 AND -1595009; DELETE FROM `creature_text` WHERE `entry`=26533; INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`type`,`sound`,`probability`,`comment`,`text`) VALUES (26533,0,0,14,14410,100,"malganis SAY_INTRO_1 | culling SAY_PHASE206","Yes, this is the beginning. I've been waiting for you, young prince. I am Mal'Ganis."), -(26533,1,0,14,14411,100,"malganis SAY_INTRO_2 | culling SAY_PHASE207","As you can see, your people are now mine. I will now turn this city household by household, until the flame of life has been snuffed out... forever."); +(26533,1,0,14,14411,100,"malganis SAY_INTRO_2 | culling SAY_PHASE207","As you can see, your people are now mine. I will now turn this city household by household, until the flame of life has been snuffed out... forever."), (26533,2,0,14,14413,100,"malganis SAY_AGGRO","This will be a fine test...Prince Arthas..."), (26533,3,0,14,14416,100,"malganis SAY_KILL_1","All too easy..."), (26533,3,1,14,14417,100,"malganis SAY_KILL_2","The dark lord is displeased with your interference..."), @@ -361,7 +361,7 @@ INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`type`,`sound`,`probability`, -- sprysprocket DELETE FROM `script_texts` WHERE `entry` BETWEEN -1000356 AND -1000351; -DELETE FROM `creature_text` WHERE `entry` IN (18588,18760,18262); +DELETE FROM `creature_text` WHERE `entry`=23002; INSERT INTO `creature_text`(`entry`,`groupid`,`id`,`type`,`sound`,`probability`,`comment`,`text`) VALUES (23002,0,0,14,0,100,"sprysprocket SAY_START","You, there! Hand over that moonstone and nobody gets hurt!"), (23002,1,0,15,0,100,"sprysprocket SAY_WHISPER_CHILL","Just chill!"), |