diff options
author | TheWinchesters <TheWinchesters@users.noreply.github.com> | 2020-04-04 20:39:57 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-31 20:38:19 +0100 |
commit | a95c836b3b0cdf24347fdcf1507a5de8dfdc8734 (patch) | |
tree | e4b24402f34c4080d818439c0ff97f406a58b36b /sql | |
parent | 89cb6bc6830ba7a8d708494a108a6f00e492594a (diff) |
DB/Quest: "Attunement to Dalaran" Remove non repeatable flag from the quest credit event
(cherry picked from commit d5f57342412608de5233d1e576eedb73e7bcd0f9)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_31_18_world_2020_04_04_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_31_18_world_2020_04_04_02_world.sql b/sql/updates/world/master/2021_12_31_18_world_2020_04_04_02_world.sql new file mode 100644 index 00000000000..ab3b435c1d0 --- /dev/null +++ b/sql/updates/world/master/2021_12_31_18_world_2020_04_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid` =27135 AND `source_type`=0 AND `id`=0; |