aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-01-02 02:43:41 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-01-02 02:43:41 +0100
commit56096b7704885de6685cd051a555b79e8093fd75 (patch)
tree3865e6ee8aa7a9dd52a6f1894ff887093427e80a /sql
parent88e6071ff6cae59a9de851d7b2c6466cf5682132 (diff)
DB/Creatures: Some fix for Wyrmrest Skytalon
Closes #8733
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_01_02_00_world_misc.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_02_00_world_misc.sql b/sql/updates/world/2013_01_02_00_world_misc.sql
new file mode 100644
index 00000000000..8527b8ab145
--- /dev/null
+++ b/sql/updates/world/2013_01_02_00_world_misc.sql
@@ -0,0 +1,7 @@
+DELETE FROM `creature_template_addon` WHERE `entry`=32535;
+INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(32535, 0, 0, 0x3020400, 0x1, 0, '60534');
+
+DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=32535;
+INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUE
+(32535, 61245, 1, 0);