diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2016-06-05 16:43:41 +0200 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-06-05 16:43:41 +0200 |
| commit | 9d7a17d9f5f29c928e14d175479da68b2118add9 (patch) | |
| tree | 4c249066ac3bba56c0d5f131b75666c20c5fe339 /sql | |
| parent | 18aa8df320e736daf506876bcdf6143405c10bc6 (diff) | |
Core/Commands: Added ".npc set phase" command error message for invalid phaseid
Closes #14927
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/6.x/2016_06_05_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_05_04_world.sql b/sql/updates/world/6.x/2016_06_05_04_world.sql new file mode 100644 index 00000000000..36b52243afd --- /dev/null +++ b/sql/updates/world/6.x/2016_06_05_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=5007; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(5007,"Uses invalid phaseID."); |
