fix(Core/Spells): Remove all hardcoded restrictions for pick pocket sp… (#14788)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
parent
b3d4d36398
commit
2aeeee9c83
7 changed files with 34 additions and 14 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_pickpocket';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(921,'spell_rog_pickpocket');
|
||||
Loading…
Add table
Add a link
Reference in a new issue