Setup/Fixups
* some additions to latest pull requests - added missing dependancies - added quest_template changes to source.func.php
This commit is contained in:
parent
af7015097b
commit
cb1916c484
4 changed files with 16 additions and 12 deletions
|
|
@ -9,7 +9,7 @@ if (!CLI)
|
|||
|
||||
/* deps:
|
||||
* gameobject_template
|
||||
* locales_gameobject
|
||||
* gameobject_template_locale
|
||||
* gameobject_questitem
|
||||
*/
|
||||
|
||||
|
|
@ -30,11 +30,11 @@ function objects(array $ids = [])
|
|||
IF(`type` IN (3, 9, 25), `type`, 0)))), -- regular chests, books, pools
|
||||
0 AS event, -- linked worldevent
|
||||
displayId,
|
||||
go.name,
|
||||
gtl2.`name` AS name_loc2,
|
||||
gtl3.`name` AS name_loc3,
|
||||
gtl6.`name` AS name_loc6,
|
||||
gtl8.`name` AS name_loc8,
|
||||
go.name,
|
||||
gtl2.`name` AS name_loc2,
|
||||
gtl3.`name` AS name_loc3,
|
||||
gtl6.`name` AS name_loc6,
|
||||
gtl8.`name` AS name_loc8,
|
||||
faction,
|
||||
flags,
|
||||
0 AS cuFlags, -- custom Flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue