mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[11851] Implement spell effects for Kalecgos
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
f9a259dc44
commit
83e85416f4
7 changed files with 60 additions and 4 deletions
5
sql/updates/11851_01_mangos_string.sql
Normal file
5
sql/updates/11851_01_mangos_string.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11831_02_mangos_command required_11851_01_mangos_string bit;
|
||||
|
||||
DELETE FROM mangos_string WHERE entry=816;
|
||||
INSERT INTO mangos_string VALUES
|
||||
(816,'Your body is too exhausted to travel to the Spectral Realm.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue