From a2e7191b2665cb8dafeb9623e114b5c2f339b82c Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sun, 15 Dec 2013 13:43:18 -0330 Subject: Core/Unit: prevent COMMAND_ATTACK being added for Trained Rock Falcon. Also added spells for Trained Rock Falcon to db. --- sql/updates/world/2013_12_15_00_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_12_15_00_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_12_15_00_world_creature_template.sql b/sql/updates/world/2013_12_15_00_world_creature_template.sql new file mode 100644 index 00000000000..a7b1c9ea6eb --- /dev/null +++ b/sql/updates/world/2013_12_15_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Trained Rock Falcon spells for quest 11470 "There Exists No Honor Among Birds" +UPDATE `creature_template` SET `spell1`=44422,`spell2`=44423,`spell3`=44424 WHERE `entry`=24783; -- cgit v1.2.3