#403 markable signs need to be implemented

Mở
%! (template.HTML=2 năm trước cách đây)đang mở bởi neatz09 · 2 ý kiến
Ở đây vẫn chưa có nội dung nào.
devn00b đã nhận xét 6 tháng trước cách đây
Chủ sở hữu

I've got the basic system working. Write to db, and display correct data.

Unfinished: Reloading the sign so the change in owner is displayed w/o zoning. Timer to check if the sign can be marked again yet.

I've got the basic system working. Write to db, and display correct data. Unfinished: Reloading the sign so the change in owner is displayed w/o zoning. Timer to check if the sign can be marked again yet.
devn00b đã nhận xét 6 tháng trước cách đây
Chủ sở hữu

This change will require a DB update.

ALTER TABLE spawn_signs ADD COLUMN char_id INT UNSIGNED NULL DEFAULT '0' AFTER language, ADD COLUMN char_name VARCHAR(50) NULL DEFAULT NULL AFTER char_id;

This change will require a DB update. ALTER TABLE `spawn_signs` ADD COLUMN `char_id` INT UNSIGNED NULL DEFAULT '0' AFTER `language`, ADD COLUMN `char_name` VARCHAR(50) NULL DEFAULT NULL AFTER `char_id`;
Đăng nhập để tham gia bình luận.
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.