From a95c836b3b0cdf24347fdcf1507a5de8dfdc8734 Mon Sep 17 00:00:00 2001 From: TheWinchesters Date: Sat, 4 Apr 2020 20:39:57 +0200 Subject: DB/Quest: "Attunement to Dalaran" Remove non repeatable flag from the quest credit event (cherry picked from commit d5f57342412608de5233d1e576eedb73e7bcd0f9) --- sql/updates/world/master/2021_12_31_18_world_2020_04_04_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_31_18_world_2020_04_04_02_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3