mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 10:17:46 +00:00
Update bnpctemplate.sql
This commit is contained in:
parent
9624d08b4c
commit
a5fabcf818
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ CREATE TABLE `bnpctemplate` (
|
|||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
ALTER TABLE `bnpctemplate`
|
||||
ADD PRIMARY KEY (`Id`),
|
||||
ADD UNIQUE KEY `bNPCBaseId_2` (`bNPCBaseId`,`bNPCNameId`),
|
||||
ADD KEY `Name` (`Name`),
|
||||
ADD KEY `bNPCBaseId` (`bNPCBaseId`),
|
||||
|
|
Loading…
Add table
Reference in a new issue