diff options
| author | Keader <keader.android@gmail.com> | 2016-05-28 18:54:31 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2016-05-28 18:54:31 -0300 |
| commit | 7205b4dd65bd569e4b254586f6802199de447194 (patch) | |
| tree | b9ee5441b75325579619be178d2f15133d044419 /sql | |
| parent | 9b444877dd8955ee0cfcf9bf56304220c4c276fb (diff) | |
Override and tkrokli again :D
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql index 54fda52764c..b192efa6814 100644 --- a/sql/updates/world/3.3.5/9999_99_99_99_world.sql +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -16,5 +16,5 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -- Acidmaw missing text DELETE FROM `creature_text` where entry = 35144 AND groupid = 1; -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES (35144,1,0,'You have been infected with a Paralytic Toxin!',42,0,100,0,0,0,36323,0,'Acidmaw - Special Attack'); |
