mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
5
sql/updates/world/2015_04_19_00_world.sql
Normal file
5
sql/updates/world/2015_04_19_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
SET @GUID := 143596;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` BETWEEN -@GUID-89 AND -@GUID-0 AND `source_type`=0;
|
||||
UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=36421 WHERE `entryorguid`= 1999500 AND `Source_type`= 9 AND `id`= 17;
|
||||
UPDATE `creature` SET `MovementType`=0 WHERE `guid`=120692;
|
||||
Reference in New Issue
Block a user