Update NPC text IDs (#13)

* replace npc text IDs 50000 with 500000 and 50001 with 500001
This commit is contained in:
Stoabrogga
2019-01-23 23:27:17 +01:00
committed by GitHub
parent ec7ac719a1
commit 44de5af360
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
SET @TEXT_ID := 50000;
SET @TEXT_ID := 500000;
DELETE FROM `npc_text` WHERE `ID` IN (@TEXT_ID,@TEXT_ID+1);
INSERT INTO `npc_text` (`ID`, `text0_0`) VALUES
(@TEXT_ID, 'Transmogrification allows you to change how your items look like without changing the stats of the items.\r\nItems used in transmogrification are no longer refundable, tradeable and are bound to you.\r\nUpdating a menu updates the view and prices.\r\n\r\nNot everything can be transmogrified with eachother.\r\nRestrictions include but are not limited to:\r\nOnly armor and weapons can be transmogrified\r\nGuns, bows and crossbows can be transmogrified with eachother\r\nFishing poles can not be transmogrified\r\nYou must be able to equip both items used in the process.\r\n\r\nTransmogrifications stay on your items as long as you own them.\r\nIf you try to put the item in guild bank or mail it to someone else, the transmogrification is stripped.\r\n\r\nYou can also remove transmogrifications for free at the transmogrifier.'),