From 11865b81348bc36bbde0cc4c804aabd59669e01f Mon Sep 17 00:00:00 2001 From: click Date: Sun, 19 Jun 2011 16:17:41 +0200 Subject: DB: Make the pink elekks around the world only visible when drunk... *HIC!* --- .../world/2011_06_19_03_world_creature_template_addon.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/2011_06_19_03_world_creature_template_addon.sql (limited to 'sql') diff --git a/sql/updates/world/2011_06_19_03_world_creature_template_addon.sql b/sql/updates/world/2011_06_19_03_world_creature_template_addon.sql new file mode 100644 index 00000000000..2e6291cf7ee --- /dev/null +++ b/sql/updates/world/2011_06_19_03_world_creature_template_addon.sql @@ -0,0 +1,9 @@ +DELETE FROM `creature_template_addon` WHERE `entry` IN (21250,23507,23527,23528,23529,23530,23531,27958); +INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES +(21250,36440), -- Pink Elekk, Terokkar Forest +(23507,36440), -- Elwynn Pink Elekk +(23527,36440), -- Teldrassil Pink Elekk +(23528,36440), -- Azuremyst Pink Elekk +(23529,36440), -- Mulgore Pink Elekk +(23530,36440), -- Tirisfal Pink Elekk +(23531,36440); -- Eversong Pink Elekk -- cgit v1.2.3