#403 markable signs need to be implemented

开启中
neatz092 年之前创建 · 2 条评论
neatz09 评论于 2 年之前
这个人很懒,什么都没留下。
devn00b 评论于 6 月之前
所有者

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 评论于 6 月之前
所有者

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`;
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。