mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 21:32:26 +00:00
Typos
This commit is contained in:
parent
f78828216d
commit
e319746ca9
@ -409,7 +409,7 @@
|
|||||||
9153|2020_05_09_items_subtype.sql|SHOW COLUMNS from `items` LIKE 'UNK219'|not_empty|
|
9153|2020_05_09_items_subtype.sql|SHOW COLUMNS from `items` LIKE 'UNK219'|not_empty|
|
||||||
9154|2020_04_11_expansions_content_filters.sql|SHOW COLUMNS from `zone` LIKE 'min_expansion'|empty|
|
9154|2020_04_11_expansions_content_filters.sql|SHOW COLUMNS from `zone` LIKE 'min_expansion'|empty|
|
||||||
9155|2020_08_15_lootdrop_level_filtering.sql|SHOW COLUMNS from `lootdrop_entries` LIKE 'trivial_min_level'|empty|
|
9155|2020_08_15_lootdrop_level_filtering.sql|SHOW COLUMNS from `lootdrop_entries` LIKE 'trivial_min_level'|empty|
|
||||||
9156|2020_08_16_virtual_zonepoints.sql|SHOW COLUMNS from `zonepoints` LIKE 'is_virtual'|empty|
|
9156|2020_08_16_virtual_zonepoints.sql|SHOW COLUMNS from `zone_points` LIKE 'is_virtual'|empty|
|
||||||
|
|
||||||
# Upgrade conditions:
|
# Upgrade conditions:
|
||||||
# This won't be needed after this system is implemented, but it is used database that are not
|
# This won't be needed after this system is implemented, but it is used database that are not
|
||||||
|
|||||||
@ -5424,6 +5424,7 @@ void command_showzonepoints(Client *c, const Seperator *sep)
|
|||||||
virtual_zone_point.x,
|
virtual_zone_point.x,
|
||||||
virtual_zone_point.y,
|
virtual_zone_point.y,
|
||||||
virtual_zone_point.z,
|
virtual_zone_point.z,
|
||||||
|
virtual_zone_point.heading,
|
||||||
virtual_zone_point.width,
|
virtual_zone_point.width,
|
||||||
virtual_zone_point.height,
|
virtual_zone_point.height,
|
||||||
zone_long_name.c_str(),
|
zone_long_name.c_str(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user