diff options
| author | Malcrom <malcromdev@gmail.com> | 2021-10-08 13:32:31 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-19 23:47:01 +0100 |
| commit | 64933d033e82c4ca5cafae9ff5621e14737dc62d (patch) | |
| tree | 83082c38e29e54f37c7a7d66ea2146adb8f37ba8 /sql | |
| parent | 5b9686de23e04e5282f6a50fe63c76caadfc47b8 (diff) | |
Script/World: Brewfest Reveler Script (#27031)
(cherry picked from commit 83ae8fc5197f90ba97de2e961f7c98e3c567837b)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_03_19_10_world_2021_10_08_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
