From 64933d033e82c4ca5cafae9ff5621e14737dc62d Mon Sep 17 00:00:00 2001 From: Malcrom Date: Fri, 8 Oct 2021 13:32:31 -0300 Subject: Script/World: Brewfest Reveler Script (#27031) (cherry picked from commit 83ae8fc5197f90ba97de2e961f7c98e3c567837b) --- sql/updates/world/master/2022_03_19_10_world_2021_10_08_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_03_19_10_world_2021_10_08_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_19_10_world_2021_10_08_02_world.sql b/sql/updates/world/master/2022_03_19_10_world_2021_10_08_02_world.sql new file mode 100644 index 00000000000..59b306e96ea --- /dev/null +++ b/sql/updates/world/master/2022_03_19_10_world_2021_10_08_02_world.sql @@ -0,0 +1,3 @@ +-- Add script to 3 revealers outside Ironforge +UPDATE `creature` SET `ScriptName` = "npc_brewfest_reveler_2" WHERE `guid` IN (47648,86731,84899); +UPDATE `creature_addon` SET `emote` = 0 WHERE `guid` IN (47648,86731); -- cgit v1.2.3