From 358af1ccc2eda1732cdaf1584682a7be18c900d8 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Mon, 8 Aug 2016 01:18:01 -0300 Subject: DB/Misc: Fix a couple of start up errors and allow the mounted version of Attumen the Huntsmen to skip player damage check --- sql/updates/world/3.3.5/2016_08_08_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_08_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_08_08_00_world.sql b/sql/updates/world/3.3.5/2016_08_08_00_world.sql new file mode 100644 index 00000000000..60e8bf27d17 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_08_00_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 15550; +UPDATE `conditions` SET `SourceGroup` = 16152 WHERE `SourceGroup` = 15550 AND `SourceEntry` = 23809 AND `SourceTypeOrReferenceId` = 1; +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE `entry` = 16152; -- cgit v1.2.3