aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2018-04-21 13:54:23 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2018-04-21 13:54:23 +0200
commit15d21268281e9821763228f9d826daa9db56e75e (patch)
treefbc278ae45fdf20d0019c62046b215f9f65da04e
parent76831d16bea0a4fdf7e11656c69949fd706971f9 (diff)
SQL: Missing change in 4aaf4245646e4f117cb2de7855b5672ce2fff14f
-rw-r--r--sql/updates/world/master/2018_04_21_00_world_2016_12_09_03_world_335.sql (renamed from sql/updates/world/3.3.5/2016_12_09_03_world_335.sql)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_09_03_world_335.sql b/sql/updates/world/master/2018_04_21_00_world_2016_12_09_03_world_335.sql
index ef71ea7ddea..8573650fedb 100644
--- a/sql/updates/world/3.3.5/2016_12_09_03_world_335.sql
+++ b/sql/updates/world/master/2018_04_21_00_world_2016_12_09_03_world_335.sql
@@ -24,8 +24,8 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
(@ENTRY,9,1,0,0,0,100,0,3000,3000,0,0,19,770,0,0,0,0,0,1,0,0,0,0,0,0,0,"On Script - Remove Flags Not Attackable & Immune To Players & Immune To NPC's"),
(@ENTRY,9,2,0,0,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"On Script - Start Attacking");
-DELETE FROM `creature_text` WHERE `entry`=23789;
-INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `comment`) VALUES
+DELETE FROM `creature_text` WHERE `CreatureID`=23789;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `comment`) VALUES
(23789, 0, 0, 'Pitiful mortal, Onyxia answers to no one!', 14, 0, 100, 0, 0, 0, 22285, 'Smolderwing'),
(23789, 1, 0, 'Your pathetic challenge has not gone unnoticed. I shall enjoy toying with you before you die.', 14, 0, 100, 0, 0, 0, 22286, 'Smolderwing');