Types/Objects
* make traps their own category * move "trap for" from infobox to listview tabs as there can be a couple hundred GOs pointing to the same trap.
This commit is contained in:
parent
ec1a2afc5f
commit
d4a0abf704
16 changed files with 50 additions and 29 deletions
|
|
@ -23,7 +23,7 @@ SqlGen::register(new class extends SetupScript
|
|||
IF(`type` = 2, -2, -- quests 1
|
||||
IF(`type` = 8 AND Data0 IN (1, 2, 3, 4, 1552), -6, -- tools
|
||||
IF(`type` = 3 AND IFNULL(gqi.ItemId, 0) <> 0, -2, -- quests 2
|
||||
IF(`type` IN (3, 9, 25), `type`, 0)))), -- regular chests, books, pools
|
||||
IF(`type` IN (3, 6, 9, 25), `type`, 0)))), -- regular chests, traps, books, fishing pools
|
||||
0 AS event, -- linked worldevent
|
||||
displayId,
|
||||
go.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue