EverWrath/sql/world fixes/spawns/Outlands/terokkar_forest.sql
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +02:00

5 lines
227 B
SQL

-- Misc spawns under ground
UPDATE creature SET spawndist=0, MovementType=0 WHERE guid IN(66057, 66080, 66400, 66551);
UPDATE creature SET position_z=6.0 WHERE guid=66400;
UPDATE creature SET position_z=-2.0 WHERE guid=66551;