diff options
| author | Kittnz <Kittnz@users.noreply.github.com> | 2016-05-28 10:44:37 +0200 |
|---|---|---|
| committer | Kittnz <Kittnz@users.noreply.github.com> | 2016-05-28 10:44:37 +0200 |
| commit | cac726ced877a6c48a3c0c1cae955bdb9bc54e2b (patch) | |
| tree | 838e22c5957cd40efb27e4459519b4dcac18c60b /sql | |
| parent | adf68a993e1d386a10ef4c18fa0c9260526cfc9c (diff) | |
| parent | e016bf8d06c8236c160ecaf63c6a4f26f7d4467b (diff) | |
Merge pull request #17198 from sirikfoll/Bombs
Core/Achievement A-bomb-inable and A-bomb-ination
by sirikfoll
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_05_99_99_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_99_99_world.sql b/sql/updates/world/3.3.5/2016_05_99_99_world.sql new file mode 100644 index 00000000000..0ce802fd363 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_99_99_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_ioc_seaforium_blast_credit'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(66676, 'spell_ioc_seaforium_blast_credit'), +(66672, 'spell_ioc_seaforium_blast_credit'); |
