mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
5
data/sql/world fixes/spawns/custom.sql
Normal file
5
data/sql/world fixes/spawns/custom.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
-- additional Arena Battlemasters
|
||||
DELETE FROM creature WHERE id=19915 AND unit_flags=2+4+256+512;
|
||||
INSERT INTO creature VALUES(NULL, 19915, 1, 1, 1, 0, 0, 1321.63, -4398.15, 26.71, 1.747, 300, 0, 0, 1, 0, 0, 0, 2+4+256+512, 0);
|
||||
INSERT INTO creature VALUES(NULL, 19915, 0, 1, 1, 0, 0, -9105.48, 360.32, 93.34, 3.97, 300, 0, 0, 1, 0, 0, 0, 2+4+256+512, 0);
|
||||
Reference in New Issue
Block a user