diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/6.x/2016_06_13_06_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_13_06_world.sql b/sql/updates/world/6.x/2016_06_13_06_world.sql new file mode 100644 index 00000000000..e24e6862de8 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_13_06_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `entry`=35009; +DELETE FROM `disables` WHERE `entry` IN(28098,28110); +UPDATE `creature_template` SET `type`=15 WHERE `entry` IN (48845,48828,48822,48818); +UPDATE `creature_template` SET `type`=5 WHERE `entry`=48693; +UPDATE `creature` SET `spawndist`=0 WHERE `MovementType`=0 AND `spawndist`!=0; |