aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-02-13 16:15:27 +0100
committerShauren <shauren.trinity@gmail.com>2021-06-20 20:24:50 +0200
commit6c5e170d9f02a051fc26a089627567b915f5c859 (patch)
treeb83b6080d8839d4171ddb3e418e785808730c77c /sql
parentffce2c1f9a416eddad2e45ab2e03df964d5e39cd (diff)
DB/SAI: Fix wrong event type for npcs summoned by Flight Master
Closes #21244 (cherry picked from commit adae429aa01028911337443166b336a2ea8a6762)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_20_04_world_2018_02_13_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_20_04_world_2018_02_13_03_world.sql b/sql/updates/world/master/2021_06_20_04_world_2018_02_13_03_world.sql
new file mode 100644
index 00000000000..32c53176b5e
--- /dev/null
+++ b/sql/updates/world/master/2021_06_20_04_world_2018_02_13_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `smart_scripts` SET `event_type`=1 WHERE `entryorguid`IN (9297,9521, 9526,9527) AND `source_type`=0 AND `id`=1;