mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[11955] Remove .hover command
You can use .cast 11010 and .unaura 11010 instead Thanks to stfx for improving patch and porting it for us :) Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
b6f6c670ac
commit
af6b589041
11 changed files with 11 additions and 35 deletions
3
sql/updates/11955_02_mangos_command.sql
Normal file
3
sql/updates/11955_02_mangos_command.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11955_01_mangos_mangos_string required_11955_02_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name LIKE 'hover';
|
||||
Loading…
Add table
Add a link
Reference in a new issue