From ce97e9194c5be3b02c24b4e095bb219f41874011 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Thu, 11 Sep 2014 02:39:57 -0300 Subject: Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAI - Moved his spawn handling to instance script --- sql/updates/world/2014_09_11_00_world_conditions.sql | 2 +- sql/updates/world/2014_09_11_01_world_creature_template.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 sql/updates/world/2014_09_11_01_world_creature_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_09_11_00_world_conditions.sql b/sql/updates/world/2014_09_11_00_world_conditions.sql index 17052ef159f..bd788917487 100644 --- a/sql/updates/world/2014_09_11_00_world_conditions.sql +++ b/sql/updates/world/2014_09_11_00_world_conditions.sql @@ -1 +1 @@ -UPDATE `conditions` SET `ConditionValue1` = 46 WHERE `SourceEntry` IN (63989, 63997, 63998); +UPDATE `conditions` SET `ConditionValue1` = 46 WHERE `SourceEntry` AND `SourceTypeOrReferenceId` = 18 IN (63989, 63997, 63998); diff --git a/sql/updates/world/2014_09_11_01_world_creature_template.sql b/sql/updates/world/2014_09_11_01_world_creature_template.sql new file mode 100644 index 00000000000..59d0bf9d3dd --- /dev/null +++ b/sql/updates/world/2014_09_11_01_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 29920; -- cgit v1.2.3