mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
6
data/sql/updates/db_world/2026_07_23_01.sql
Normal file
6
data/sql/updates/db_world/2026_07_23_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2026_07_23_00 -> 2026_07_23_01
|
||||
--
|
||||
DELETE FROM `vehicle_template_accessory` WHERE `entry` = 32930;
|
||||
INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES
|
||||
(32930, 32933, 0, 1, 'Kologarn', 8, 0),
|
||||
(32930, 32934, 1, 1, 'Kologarn', 8, 0);
|
||||
Reference in New Issue
Block a user