diff options
author | Rat <none@none> | 2009-11-04 12:18:12 +0100 |
---|---|---|
committer | Rat <none@none> | 2009-11-04 12:18:12 +0100 |
commit | 4f1505fd79720c76e9400b0f6a3313d4015cbae2 (patch) | |
tree | 09e13f1a50bd30dfcc09cbbe5cb5ff062985729f | |
parent | 1d7f2fc243b39c2f4c1dac247c9fa2034ba7169f (diff) |
*remove unattackable flag from Brutallus, do not start Madrigosa dead
--HG--
branch : trunk
-rw-r--r-- | sql/updates/6186_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |