Create lfg_dungeon_template.sql

This commit is contained in:
Manmadedrummer
2025-07-26 15:56:11 -04:00
committed by GitHub
parent 6e2b626e63
commit 35e0161a67

View File

@@ -0,0 +1,2 @@
INSERT INTO acore_world.lfg_dungeon_template (dungeonId,name,position_x,position_y,position_z,orientation,VerifiedBuild) VALUES
(300,'Mustafar',12821.0,15270.5,6.3147,4.73607,0);