mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
7
data/sql/updates/db_world/2022_08_27_00.sql
Normal file
7
data/sql/updates/db_world/2022_08_27_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_08_26_00 -> 2022_08_27_00
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `id` IN (180634,180635,180636);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(6680,180634,531,0,0,1,1,-8929.61,1344.38,-104.211,-2.43473,0,0,-0.938191,0.346119,604800,100,0,'',0),
|
||||
(6683,180635,531,0,0,1,1,-9016.36,1330.68,-104.211,2.80125,0,0,0.985556,0.169351,604800,100,1,'',0),
|
||||
(6686,180636,531,0,0,1,1,-8429.59,2048.81,153.309,-2.76634,0,0,-0.98245,0.186527,604800,100,1,'',0);
|
||||
5
data/sql/updates/db_world/2022_08_27_01.sql
Normal file
5
data/sql/updates/db_world/2022_08_27_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_08_27_00 -> 2022_08_27_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=25153;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(25153,'spell_aggro_drones');
|
||||
5
data/sql/updates/db_world/2022_08_27_02.sql
Normal file
5
data/sql/updates/db_world/2022_08_27_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_08_27_01 -> 2022_08_27_02
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_huhuran_poison_bolt';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(26052, 'spell_huhuran_poison_bolt');
|
||||
Reference in New Issue
Block a user