diff options
-rw-r--r-- | sql/updates/world/2015_04_19_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_19_00_world.sql b/sql/updates/world/2015_04_19_00_world.sql new file mode 100644 index 00000000000..9a11cc65e77 --- /dev/null +++ b/sql/updates/world/2015_04_19_00_world.sql @@ -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; |