Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): 4ac4374
  • Loading branch information
AzerothCoreBot committed Oct 29, 2022
1 parent 4ac4374 commit 74a6127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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`;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-- DB update 2022_10_29_01 -> 2022_10_29_02
--
DELETE FROM `spell_proc_event` WHERE `entry`=46916;
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2022_10_29_02 -> 2022_10_29_03
--
-- Lava Spawn (12265)
DELETE FROM `creature_text` WHERE `CreatureID`=12265;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 74a6127

Please sign in to comment.