aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-09-11 02:39:57 -0300
committerNyeriah <sarah.trysan@live.com>2014-09-11 02:39:57 -0300
commitce97e9194c5be3b02c24b4e095bb219f41874011 (patch)
tree7927c4fd504689cc555c1eda1ee94e16ddcb9d41 /sql
parent4ce62b8a6673911ae2c468b7d5ee08cbdde67abd (diff)
Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAI
- Moved his spawn handling to instance script
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_11_00_world_conditions.sql2
-rw-r--r--sql/updates/world/2014_09_11_01_world_creature_template.sql1
2 files changed, 2 insertions, 1 deletions
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;