mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 15:38:19 +08:00
- all sql files moved to data directory - vanilla_regen_values is now labeled as optional. zz_optional_vanilla_regen_values.sql - vanilla_mob_factions removed, content moved to zone_ sql files - naxx40_remove_disables removed, content moved to naxx40 sql file - zone_elwynn_forest clean up - zone_durotar clean up - zone_tirisfal_glades clean up
6 lines
506 B
SQL
6 lines
506 B
SQL
DELETE FROM `command` WHERE `name` IN ('individualProgression set', 'ip set', 'ip tele');
|
|
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
|
('individualprogression set', 2, 'Syntax: .individualprogression set $player $progressionLevel\n Sets the player to the given progression level.'),
|
|
('ip set', 2, 'Syntax: .ip set $player $progressionLevel\n Sets the player to the given progression level.'),
|
|
('ip tele', 2, 'Syntax: .ip tele $player $location\n Teleports the player to the given location.');
|