mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/SAI: Fix event flags for "Discovering Your Roots" script
Closes #24622
(cherry picked from commit 73f7a78a33)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Used while charmed
|
||||
UPDATE `smart_scripts` SET `event_flags` = 512 WHERE `entryorguid` = 24922 AND `source_type` = 0 AND `id` = 3;
|
||||
UPDATE `smart_scripts` SET `event_flags` = 512 WHERE `entryorguid` = 2492200 AND `source_type` = 9 AND `id` = 0;
|
||||
Reference in New Issue
Block a user