From 37f73a6e2b93305493fe80b4df0a54a2a45d6cf2 Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 5 Aug 2021 01:11:20 +0300 Subject: DB/Creature: Make the roach spawned in Maraudon immune to PC\NPC One of kind --- sql/updates/world/3.3.5/2021_08_05_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_05_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_08_05_02_world.sql b/sql/updates/world/3.3.5/2021_08_05_02_world.sql new file mode 100644 index 00000000000..0b0d4d84c9f --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `unit_flags` = 768 WHERE `id` = 4076 AND `guid` = 54125; -- cgit v1.2.3