From 4f1505fd79720c76e9400b0f6a3313d4015cbae2 Mon Sep 17 00:00:00 2001 From: Rat Date: Wed, 4 Nov 2009 12:18:12 +0100 Subject: *remove unattackable flag from Brutallus, do not start Madrigosa dead --HG-- branch : trunk --- sql/updates/6186_world_scripts.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6186_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/6186_world_scripts.sql b/sql/updates/6186_world_scripts.sql new file mode 100644 index 00000000000..f8e91a7b019 --- /dev/null +++ b/sql/updates/6186_world_scripts.sql @@ -0,0 +1,2 @@ +DELETE FROM `creature_template_addon` WHERE `entry` = 24895; +UPDATE `creature_template` SET `unit_flags`='0' WHERE `entry`=24882; -- cgit v1.2.3