mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
5
data/sql/updates/db_world/2023_03_14_00.sql
Normal file
5
data/sql/updates/db_world/2023_03_14_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_03_13_03 -> 2023_03_14_00
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=69489;
|
||||
INSERT INTO `spell_custom_attr` VALUES
|
||||
(69489,0x02000000);
|
||||
3
data/sql/updates/db_world/2023_03_14_01.sql
Normal file
3
data/sql/updates/db_world/2023_03_14_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_03_14_00 -> 2023_03_14_01
|
||||
--
|
||||
UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=1.42857 WHERE `entry` IN (17835,21137,17892,21136,18994,21138,18995,21139,21818,20740,20741,20742,20743,22165,22164,22166,22168,22169);
|
||||
Reference in New Issue
Block a user