diff options
author | Keader <keader.android@gmail.com> | 2016-05-28 08:50:14 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2016-05-28 08:50:14 -0300 |
commit | 9b444877dd8955ee0cfcf9bf56304220c4c276fb (patch) | |
tree | bee2c3a8bc634c9d1e023b07060d6694441649e7 | |
parent | b88d49be2498ce484124c1adc2bc1ab5ac2aa176 (diff) |
changing creature_text (tk feedback)
-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 5eb742f0dcc..54fda52764c 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 @@ -17,4 +17,4 @@ 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 -(35144, 1, 0, 'You have been infected with a Paralytic Toxin!', 42, 0, 0, 0, 0, 0, 'Acidmaw - Special Attack'); +(35144,1,0,'You have been infected with a Paralytic Toxin!',42,0,100,0,0,0,36323,0,'Acidmaw - Special Attack'); |