mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
DB/SAI: Fix some wrong scripts related to the event movement informer
This commit is contained in:
3
sql/updates/world/3.3.5/2018_03_21_02_world.sql
Normal file
3
sql/updates/world/3.3.5/2018_03_21_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param1`=8, `event_param2`=1 WHERE `entryorguid`=26096 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `event_type`=40 WHERE `entryorguid` IN (-102329,-102341,-102330,-102328,-102326,-102333,-102327) AND `source_type`=0 AND `id`=3;
|
||||
Reference in New Issue
Block a user