aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorclick <clickvd@gonnamakeyou.com>2011-05-30 20:41:01 +0200
committerclick <clickvd@gonnamakeyou.com>2011-05-30 20:41:01 +0200
commitbef55b91eca91034c3f7c7828fe47d4fddecb110 (patch)
treeeee7a9511904e532135d61ccc9ea497593f92ac8 /sql
parent8f5440b864b64236deb89f2c7a89162e917e4668 (diff)
Scripts/World: Emerald Dragon AI - summon dreamfog properly. Thanks to Kaelima, Shauren and others for assisting in finding this idiotic bug.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_30_04_world_creature_template.sql1
-rw-r--r--sql/updates/world/2011_05_30_04_world_creature_template_addon.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_30_04_world_creature_template.sql b/sql/updates/world/2011_05_30_04_world_creature_template.sql
new file mode 100644
index 00000000000..140a7f2d7be
--- /dev/null
+++ b/sql/updates/world/2011_05_30_04_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x02000000|0x00000002,`dynamicflags`=0,`faction_A`=50,`faction_H`=50 WHERE `entry`=15224;
diff --git a/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql b/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql
new file mode 100644
index 00000000000..1caf62bae15
--- /dev/null
+++ b/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql
@@ -0,0 +1 @@
+INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (15224, '24777');