restructured repository based on following standards:

https://github.com/HW-Core/directory-structure
This commit is contained in:
Yehonal
2016-07-08 23:58:11 +02:00
parent eda1171939
commit 9fd22872c0
2536 changed files with 433 additions and 2158 deletions

View File

@@ -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);

View 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;