mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_10_29_00 -> 2022_10_29_01
|
||||
--
|
||||
ALTER TABLE `areatrigger_tavern` ADD COLUMN `faction` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `name`;
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_10_29_01 -> 2022_10_29_02
|
||||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=46916;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_10_29_02 -> 2022_10_29_03
|
||||
--
|
||||
-- Lava Spawn (12265)
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=12265;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_10_29_03 -> 2022_10_29_04
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid`=91799;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
Reference in New Issue
Block a user