diff options
| author | TheWinchesters <TheWinchesters@users.noreply.github.com> | 2020-04-04 20:39:57 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-04 20:39:57 +0200 |
| commit | d5f57342412608de5233d1e576eedb73e7bcd0f9 (patch) | |
| tree | c1e05f84d8dbbf6a8757b52f825660591dd558fb /sql/updates | |
| parent | d1f9cf84a5fa4a91b70e7d9769a3f41ba8a94a9c (diff) | |
DB/Quest: "Attunement to Dalaran" Remove non repeatable flag from the quest credit event
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_04_04_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_04_02_world.sql b/sql/updates/world/3.3.5/2020_04_04_02_world.sql new file mode 100644 index 00000000000..ab3b435c1d0 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
