diff options
author | offl <offl@users.noreply.github.com> | 2020-12-10 00:13:18 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-12-10 00:13:18 +0200 |
commit | 531af344870e9f38ddf797d09aa6b6a3a8384f5c (patch) | |
tree | 4c52e758d0ec8bf8687f55d771124794f83ce49e | |
parent | 1c08395e8acf0ecebcc3fcaf24201b2ad44ed2dd (diff) |
DB/Creature: Make Metzen the Reindeer's event not repeatable
Ref f45d2d6597a9c8cb97ae5f20dbd52be91c3eae71
-rw-r--r-- | sql/updates/world/3.3.5/2020_12_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_12_09_00_world.sql b/sql/updates/world/3.3.5/2020_12_09_00_world.sql new file mode 100644 index 00000000000..a124ffb9cda --- /dev/null +++ b/sql/updates/world/3.3.5/2020_12_09_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags` = 1, `comment` = "Metzen the Reindeer - On Gossip Option 0 Selected - Cast 'Reindeer Dust Effect' (No Repeat)" WHERE `entryorguid` = 15664 AND `source_type` = 0 AND `id` = 0; |