Skip to content

Commit 5a8d809

Browse files
authored
Merge pull request #9 from TheSCREWEDSoftware/patch-2
Add 'gm spectator' command to SQL updates
2 parents 599f6ff + 3b74da0 commit 5a8d809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/sql/db-world/updates/commands.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ WHERE `name` IN (
2828
'npc',
2929
'npc info', -- Matches live
3030
'npc near',
31+
'quest',
32+
'quest status',
3133
'save',
3234
'server',
3335
'server info',
@@ -84,6 +86,7 @@ WHERE `name` IN (
8486
'gm chat', -- Matches live
8587
'gm fly', -- Matches live
8688
'gm ingame', -- Matches live
89+
'gm spectator',
8790
'gm visible', -- Matches live
8891
'gmannounce', -- Matches live
8992
'gmnameannounce', -- Matches live
@@ -101,7 +104,6 @@ WHERE `name` IN (
101104
'go zonexy',
102105
'gobject activate', -- Matches live
103106
'gobject info',
104-
'gps',
105107
'guild info',
106108
'instance',
107109
'instance getbossstate',
@@ -175,7 +177,6 @@ WHERE `name` IN (
175177
'mutehistory', -- Matches live
176178
'neargrave',
177179
'npc guid',
178-
'npc near',
179180
'npc playemote',
180181
'npc say',
181182
'npc textemote',

0 commit comments

Comments
 (0)