mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
rename files
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
--
|
||||
/*
|
||||
UPDATE `quest_template` SET `TimeAllowed`=0 WHERE `ID`=3364;
|
||||
UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=83600 AND `source_type`=9;
|
||||
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0 WHERE `entryorguid`=83600 AND `id`=0 AND `source_type`=9;
|
||||
UPDATE `smart_scripts` SET `event_param1`=2000, `event_param2`=2000 WHERE `entryorguid`=83600 AND `id`=1 AND `source_type`=9;
|
||||
UPDATE `smart_scripts` SET `event_param1`=2500, `event_param2`=2500 WHERE `entryorguid`=83600 AND `id`=2 AND `source_type`=9;
|
||||
UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=5000 WHERE `entryorguid`=83600 AND `id`=3 AND `source_type`=9;
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user