diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-04 22:34:39 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-04 22:34:39 -0300 |
| commit | 51493a63e25429c99760e76be145666ae5616eec (patch) | |
| tree | 5d64d2dd59dac84bb930451c0a330e06b30b07ce /sql/updates | |
| parent | 016b31a1b689b1c2c2d401f4d1709d74b24279fd (diff) | |
Core/Scripts: fix 2 runtime error logs
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_05_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_05_01_world.sql b/sql/updates/world/3.3.5/2016_10_05_01_world.sql new file mode 100644 index 00000000000..7fcd1510272 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_05_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_pain_and_suffering_dummy'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-47580, 'spell_pri_pain_and_suffering_dummy'); |
