diff options
author | Nay <dnpd.dd@gmail.com> | 2011-06-17 22:26:22 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-06-17 22:26:22 +0100 |
commit | aae8c95f89db849b193560c22f9590344d4e4992 (patch) | |
tree | 9b6094807d1bfb4d9b8da3df88003793be71cec8 | |
parent | ed6ccf067ed7ae5e85ce43946c74990a3fd31802 (diff) |
DB/NPCs: Update creature template and auras for npc 30562
-rw-r--r-- | sql/updates/world/2011_06_17_17_world_creature_template.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_17_17_world_creature_template.sql b/sql/updates/world/2011_06_17_17_world_creature_template.sql new file mode 100644 index 00000000000..ac85a855625 --- /dev/null +++ b/sql/updates/world/2011_06_17_17_world_creature_template.sql @@ -0,0 +1,7 @@ +-- Crusader Bridenbrad +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=30562; -- Remove EAI +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|32768,`ScriptName`='',`AIName`='' WHERE `entry`=30562; +UPDATE `creature_model_info` SET `bounding_radius`=0.306,`combat_reach`=1.5,`gender`=0 WHERE `modelid`=27123; +DELETE FROM `creature_template_addon` WHERE `entry`=30562; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(30562,0,65536,1,0, '57744 57626'); |