diff options
author | Killyana <morphone1@gmail.com> | 2019-02-04 18:13:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-23 22:01:48 +0100 |
commit | f6a89f4b42be88904c8c53e2d0aa2370600119fe (patch) | |
tree | c168b0f20eb2b54863c4daea3822385ef2778c4f | |
parent | 927e62e88e6ae011c13a5356c98f6d730f2a50c5 (diff) |
DB/Creature: Fix phase for one Scourge Necromancer spawn
(cherry picked from commit 42edba699dc8f47084756a4e3ab7d85ea96e81fb)
-rw-r--r-- | sql/updates/world/master/2021_11_23_10_world_2019_02_04_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |