From f6a89f4b42be88904c8c53e2d0aa2370600119fe Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 4 Feb 2019 18:13:30 +0100 Subject: DB/Creature: Fix phase for one Scourge Necromancer spawn (cherry picked from commit 42edba699dc8f47084756a4e3ab7d85ea96e81fb) --- sql/updates/world/master/2021_11_23_10_world_2019_02_04_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_11_23_10_world_2019_02_04_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_11_23_10_world_2019_02_04_02_world.sql b/sql/updates/world/master/2021_11_23_10_world_2019_02_04_02_world.sql new file mode 100644 index 00000000000..df6c63d39fa --- /dev/null +++ b/sql/updates/world/master/2021_11_23_10_world_2019_02_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `PhaseId`=177, `modelid`=0 WHERE `guid` IN (130499); -- cgit v1.2.3