diff options
| author | Nyeriah <sarah.trysan@live.com> | 2015-04-13 15:10:35 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2015-04-13 15:10:35 -0300 |
| commit | 78f23891a2465dc2491e8c7710a20eb1ed4fa5c0 (patch) | |
| tree | 3173cdf2c7f75fe95e5919d11be07d25699c00a9 | |
| parent | 18895361a554dbd2965c41ee2670bbf41c9b03fa (diff) | |
DB/Spells: Blood elf paladin's mount visual
(cherry picked from commit df4b175d689fa99aa3876a2c26bb24ba09970a98)
| -rw-r--r-- | sql/updates/world/2015_04_13_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_13_00_world.sql b/sql/updates/world/2015_04_13_00_world.sql new file mode 100644 index 00000000000..99484e55f87 --- /dev/null +++ b/sql/updates/world/2015_04_13_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (34767, 34769); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `comment`) VALUES +(34767, 31726, 'Summon Charger - Blood Elf'), +(34769, 31726, 'Summon Warhorse - Blood Elf'); |
