From 0f076efe3fff8b402efe93c6141a7c8e96161131 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 23 Mar 2015 01:11:07 +0100 Subject: DB/Creature: Paladin Mounts - Holy visual By itslovelol, closes #14427 (cherry picked from commit 421c34a8301b805aca5bae560d7b27d61bb10e7b) Conflicts: sql/updates/world/2015_03_23_00_world.sql --- sql/updates/world/2015_03_23_00_world_f335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_03_23_00_world_f335.sql (limited to 'sql') diff --git a/sql/updates/world/2015_03_23_00_world_f335.sql b/sql/updates/world/2015_03_23_00_world_f335.sql new file mode 100644 index 00000000000..32f90e439d6 --- /dev/null +++ b/sql/updates/world/2015_03_23_00_world_f335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (23214, 13819); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `comment`) VALUES +(23214, 31726, 'Summon Charger'), +(13819, 31726, 'Summon Warhorse'); -- cgit v1.2.3