diff options
| author | edea <efectokoleos@gmail.com> | 2016-04-28 22:34:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-28 22:34:57 +0200 |
| commit | 2b411aa1488e57dd12198217196922b3c6f60a21 (patch) | |
| tree | a5d8c4d67a7b4e25056fe211fd846c70e85f4c93 /sql | |
| parent | 926c1ac9a064780241f0a22fd6cab45d10e16f89 (diff) | |
Core/Spells: Fix PvP trinkets animations
Closes #16890
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/6.x/2016_04_28_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_04_28_04_world.sql b/sql/updates/world/6.x/2016_04_28_04_world.sql new file mode 100644 index 00000000000..784238cfc52 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_28_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_pvp_trinket'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(42292, 'spell_gen_pvp_trinket'); |
