mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
-- Crystalforge Bunny (23512)
|
||||
REPLACE INTO creature_template_addon VALUES (23512, 0, 0, 0, 0, 0, '35411');
|
||||
DELETE FROM creature WHERE id=23512;
|
||||
INSERT INTO creature VALUES (NULL, 23512, 530, 1, 1, 0, 0, 1474.1, 7256.4, 375.19, 0, 300, 0, 0, 6986, 0, 0, 0, 0, 0);
|
||||
INSERT INTO creature VALUES (NULL, 23512, 530, 1, 1, 0, 0, 2948.5, 7076, 370.826, 0, 300, 0, 0, 6986, 0, 0, 0, 0, 0);
|
||||
5
data/sql/world fixes/spawns/Outlands/terokkar_forest.sql
Normal file
5
data/sql/world fixes/spawns/Outlands/terokkar_forest.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user