Skip to content

Commit

Permalink
Merge pull request azerothcore#71 from hatersgit/master
Browse files Browse the repository at this point in the history
fix sql
  • Loading branch information
hatersgit committed Mar 1, 2024
2 parents a474b41 + 9bd82cf commit 40c462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/custom/db_world/20240221_01.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE TABLE `world_safe_locs` (
`LocY` float NOT NULL,
`LocZ` float NOT NULL,
`Facing` float NOT NULL,
PRIMARY KEY (`Map`)
PRIMARY KEY (`ID`,`Map`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

INSERT INTO acore_world.world_safe_locs (ID, `Map`, LocX, LocY, LocZ, Facing) VALUES(0, 0, -8827.66, 620.367, 94.2332, 3.7);
Expand Down

0 comments on commit 40c462d

Please sign in to comment.