mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Misc: Fleeing Soldiers
Set the remaining Fleeing Horde and Alliance soldiers at Wrathgate to ingame phasemask 2 (the ones I added already are) but was reported on original commit bf0a546880 that these are visible without doing any quest, but the ones which where visible where the ones which where already spawned.
Ps have had to set phase in db here due to missing effects from server side spells.
This commit is contained in:
1
sql/updates/world/2014_12_30_01_world.sql
Normal file
1
sql/updates/world/2014_12_30_01_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature` SET `phaseMask`=2 WHERE `id` In(31310,31313,31328,31330);
|
||||
Reference in New Issue
Block a user